Hi, I have a div
with an id
of dropdown
. I want it to drop down for 5 seconds then go back up again but I can't get the delay to work properly. It comes down but doesn't go back up again. Here is what I have:
$('#dropdown').slideDown().delay(5000).('#dropdown').slideUp()
Any help much appreciated thanks