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

Answer

 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.

All JQUERY Questions

Ask your interview questions on jquery

Write Your comment or Questions if you want the answers on jquery from jquery Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---