I am currently trying to use the delay function that jquery gives but it doesn't work...
Here's the code:
$('#destinations').hover( function(){ $('.dropDown').stop(true,true).slideDown(); }, function(){ $('.dropDown').stop(true,true).delay(4000).slideUp(1500); } );
By PHPin24 @ 2010-02-28 16:16:51
|