Difference between revisions of "Template:SJTU-BioX-Shanghai"

Line 18: Line 18:
 
         // the unwrapping of dropdown menu
 
         // the unwrapping of dropdown menu
 
$("ul#nav--desktop li.dropdown_main_menu").hover(
 
$("ul#nav--desktop li.dropdown_main_menu").hover(
function(){$(this).find(".dropdown").stop(!0,!0).delay(200).fadeIn(250);isMouseOver = true},
+
function(){$(this).find(".dropdown").stop(!0,!0).delay(200).fadeIn(250)},
 
function(){if(isMouseOver){$(this).find(".dropdown").stop(!0,!0).delay(200).fadeOut(250)}});
 
function(){if(isMouseOver){$(this).find(".dropdown").stop(!0,!0).delay(200).fadeOut(250)}});
 
         
 
         

Revision as of 12:54, 14 October 2018