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.
|
I have used the same code as below
That was worked fine some months before. Now it is showing error as
now I'm using jQuery 1.5.
| ||||
|
feedback
|
elem? Works for me: jsfiddle.net/hT4Pk/1 – Felix Kling Feb 9 '11 at 8:11delayis not a function (jQuery 1.3) – Palantir Jun 16 '11 at 11:39