jQuery.delay() is not a function error -


i have used same code below

jquery(elem).slidedown("slow").delay(3000).slideup("slow"); 

that worked fine months before. showing error

jquery(elem).slidedown("slow").delay not function

now i'm using jquery 1.5.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -