bg de en es fr it nl pl pt sv tr zh

jquery

Coordinating multiple ajax requests with jquery.when

Joshua Flanagan

While building a rich JavaScript application, you may get in a situation where you need to make multiple ajax requests, and it doesn’t make sense to work with the results until after all of them have returned. For example, suppose you wanted to collect the tweets from three different users, and...