Difference between revisions of "Template:HSNU-TAIPEI/js/nav"

 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
secondLayerList.hover(
 
secondLayerList.hover(
 
   function() {
 
   function() {
     $(this).children('.seclayer-nav').fadeIn();
+
     $(this).children('.seclayer-nav').fadeIn('fast');
 
   }, function() {
 
   }, function() {
     $(this).children('.seclayer-nav').fadeOut();
+
     $(this).children('.seclayer-nav').fadeOut('fast');
 
   }
 
   }
 
);
 
);

Latest revision as of 15:54, 3 April 2015