easy one. I just want to know why this won’t work. I’m not asking for a code that works, I just want to understand why this doesn’t work:
$.delay(500).ajax(...);
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The jQuery delay method only works on jQuery animations, e.g. animate(), fadeIn(), fadeOut().
http://api.jquery.com/delay/