Line 325: | Line 325: | ||
$( '.dropdown' ).hover( | $( '.dropdown' ).hover( | ||
function(){ | function(){ | ||
− | $(this).children('.dropdown-content').slideDown( | + | $(this).children('.dropdown-content').slideDown(300); |
}, | }, | ||
function(){ | function(){ | ||
− | $('.dropdown').children('.dropdown-content'). | + | $('.dropdown').children('.dropdown-content').hide(); |
} | } | ||
); | ); |
Revision as of 15:58, 23 September 2016