Skip to content

Instantly share code, notes, and snippets.

@AleeRojas
Created July 6, 2013 04:58
Show Gist options
  • Save AleeRojas/5938699 to your computer and use it in GitHub Desktop.
Save AleeRojas/5938699 to your computer and use it in GitHub Desktop.
$('.dropdown-menu').hide();
// Nav Dropdown
$('#navigation li').hover(function(){
$(this).find('.dropdown-menu').toggle();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment