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 We Can Write Code Specific To Browser In Jquery?

0 Answers  


What is wrong with this code line "$('#myid.3').text('blah blah!!!');"

1 Answers  


Can we add more than one ‘document.ready’ function in a page?

0 Answers  


What are the advantages of minified version of jquery?

0 Answers  


Do you have plans for a new jquery plug-in or something else we should look out for? Where to from here for the imgpreview plugin?

0 Answers  


How to check data type of any variable in jquery? : jquery mobile

0 Answers  


Is jquery a w3c standard? : jquery mobile

0 Answers  


Tell me is jquery a library for client scripting or server scripting? : jquery mobile

0 Answers  


Difference between prop() and attr()? : jQuery Mobile

0 Answers  


How is body onload() function is different from document.ready() function used in jquery?

0 Answers  


Change the url for a hyperlink using jquery?

0 Answers  


Explain the difference between find and children methods in jquery?

0 Answers  


Categories