Possible Duplicate:
jQuery: Can I call delay() between addClass() and such?
Hello I have an issue.
The below jQuery code is not working for me..
$("#message").addClass("highlightError").delay(15000).removeClass("highlightError");
What's the error?
The class in not even added..I checked with Firebug, no errors are shown..
Please help
Thanks!|