Difference between revisions of "Template:HSNU-TAIPEI/js/nav"
Line 16: | Line 16: | ||
secondLayerList.hover( | secondLayerList.hover( | ||
function() { | function() { | ||
− | $(this).children('.seclayer-nav').fadeIn( | + | $(this).children('.seclayer-nav').fadeIn(); |
}, function() { | }, function() { | ||
− | $(this).children('.seclayer-nav').fadeOut( | + | $(this).children('.seclayer-nav').fadeOut(); |
} | } | ||
); | ); |
Revision as of 15:48, 3 April 2015