Template:Team:HokkaidoU Japan/LargeDropDown/JS
From 2014.igem.org
(Difference between revisions)
Line 28: | Line 28: | ||
*/ | */ | ||
$child.slice(1,3).hover(function(){ | $child.slice(1,3).hover(function(){ | ||
- | $ | + | $child.find('.ldd_submenu').slideDown(300); |
} ,function(){ | } ,function(){ | ||
- | $ | + | $child.find('.ldd_submenu').stop(true,true).hide(); |
}); | }); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 09:27, 5 October 2014