Skip to content

Instantly share code, notes, and snippets.

@jsheffers
Created December 16, 2014 03:20
Show Gist options
  • Save jsheffers/92595cf8256d2796a741 to your computer and use it in GitHub Desktop.
Save jsheffers/92595cf8256d2796a741 to your computer and use it in GitHub Desktop.
MegaDrop JS
$(function(){
$('.animated > li').hover(function(){
$(this).find('div[class^="container-"]').stop().slideDown('fast');
},
function(){
$(this).find('div[class^="container-"]').stop().slideUp('slow');
});
});
@shubhamt619
Copy link

Hi There ,Excellent Work Thank You For That.
I Want A Little Help Bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment