I’m doing 3 asynchronous ajax requests.
Afterwards I need a function executed but only if all 3 requests have finished.
How would I accomplish that?
Due to our framework, I’m limited to the latest 1.4 release.
Thanks,
Wesley
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.
You can achieve it with Reactive Extension for jQuery. Have a look at this question: trigger event after several ajax calls succeeded