Skip to content

Instantly share code, notes, and snippets.

@pygeek
Created October 11, 2012 22:22
Show Gist options
  • Save pygeek/3875910 to your computer and use it in GitHub Desktop.
Save pygeek/3875910 to your computer and use it in GitHub Desktop.
$(function(){
$('ul.primary').hover(function(){
$(this).children('ul.secondary').stop(true, true).toggle(function(){
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment