Team:Hong Kong HKUST/test4

From 2013.igem.org

(Difference between revisions)
Line 7: Line 7:
$(document).ready(function(){
$(document).ready(function(){
$("ul.first > li").hover(function(){
$("ul.first > li").hover(function(){
-
$(this).find("ul").fadeToggle(10);
+
$(this).find("ul").stop().fadeToggle(10);
});
});
});
});

Revision as of 18:03, 18 July 2013