Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we execute/run multiple Ajax request simultaneously in jQuery? If yes, then how?



Can we execute/run multiple Ajax request simultaneously in jQuery? If yes, then how?..

Answer / chaitanya

Yes, it is possible to execute multiple Ajax request simultaneously or in parallel. Instead of waiting for first ajax request to complete and then issue the second request is time consuming. The better approach to speed up things would be to execute multiple ajax request simultaneously.

Using jQuery .when() method which provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events. Find out more here.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?

1 Answers  


Tell me which program is useful for testing jquery?

0 Answers  


Can we use our own specific character in the place of $ sign in jQuery?

1 Answers  


Why jQuery is better than JavaScript?

0 Answers  


How to increase cursor size in html body using jquery?

0 Answers  


What are jquery selectors?

0 Answers  


How is the deferred method in jquery important in relation to animate method?

0 Answers  


How can an element be checked if it contains a specific class?

0 Answers  


How does the jQuery pushStack function work?

0 Answers  


How to redirect to another page using jquery?

0 Answers  


What is the difference between .empty(), .remove() and .detach() methods in jQuery?

1 Answers  


How we can remove an attribute of an html tag in jquery?

0 Answers  


Categories