On page load i’m sending one AJAX using jQuery .ajax function.
After i got response from that i want to send another ajax request & it would be recursive.
So after getting previous ajax request’s response i want to send another request.
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.
Here I try to give you just a sample
Initial call:
Read more about $.ajax for
success()andcomplete()method.You can also use
.done()method like following: