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

Line 16: Line 16:
 
secondLayerList.hover(
 
secondLayerList.hover(
 
   function() {
 
   function() {
     $(this).children('.seclayer-nav').fadeIn('fast');
+
     $(this).children('.seclayer-nav').fadeIn();
 
   }, function() {
 
   }, function() {
     $(this).children('.seclayer-nav').fadeOut('fast');
+
     $(this).children('.seclayer-nav').fadeOut();
 
   }
 
   }
 
);
 
);

Revision as of 15:48, 3 April 2015