Template:Team:HokkaidoU Japan/LargeDropDown/JS
From 2014.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
$child.find('.ldd_submenu').eq(number).slideDown(300); | $child.find('.ldd_submenu').eq(number).slideDown(300); | ||
} ,function(){ | } ,function(){ | ||
- | $child.find('.ldd_submenu').stop(true,true).hide(); | + | $child.eq(number).find('.ldd_submenu').stop(true,true).hide(); |
}); | }); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 11:55, 5 October 2014