I have used the same code as below

jQuery(elem).slideDown("slow").delay(3000).slideUp("slow");

That was worked fine some months before. Now it is showing error as

jQuery(elem).slideDown("slow").delay is not a function

now I'm using jQuery 1.5.

link|improve this question

38% accept rate
Provide the html code. Also, check if js with jQuery is loaded – Vitaliy Feb 9 '11 at 8:10
What is elem? Works for me: jsfiddle.net/hT4Pk/1 – Felix Kling Feb 9 '11 at 8:11
1  
possible duplicate of delay is not a function (jQuery 1.3) – Palantir Jun 16 '11 at 11:39
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.