Line 321: | Line 321: | ||
$( '.dropdown' ).hover( | $( '.dropdown' ).hover( | ||
function(){ | function(){ | ||
− | $(this).children('.dropdown-content').slideDown( | + | $(this).children('.dropdown-content').slideDown(500); |
}, | }, | ||
function(){ | function(){ | ||
− | $( | + | $('.dropdown').children('.dropdown-content').slideUp(500); |
} | } | ||
); | ); |
Revision as of 06:22, 18 September 2016