Skip to content

Instantly share code, notes, and snippets.

@Aziz-Rahman
Created September 29, 2015 02:48
Show Gist options
  • Select an option

  • Save Aziz-Rahman/2956db3727cb098f55d7 to your computer and use it in GitHub Desktop.

Select an option

Save Aziz-Rahman/2956db3727cb098f55d7 to your computer and use it in GitHub Desktop.
drptdwnhvrbtstrpvbxdbdfbrghrhfgnvm
jQuery(document).ready(function($) {
$('ul.nav li.dropdown').hover(function(){
$('dropdown-menu',this).fadeIn();
},function(){
$('dropdown-menu',this).fadeOut('fast');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment