Skip to content
Advertisement

How can I know that no one AJAX request is being executed right now?

How can I know that no one AJAX request is being executed right now or all AJAX requests are completed? I need to write an if statement. I need js native or jquery. Like:

JavaScript

Thanks!

Advertisement

Answer

You can set up events that track ajax requests in jquery

https://api.jquery.com/ajaxstart/

https://api.jquery.com/ajaxstop

JavaScript

ajaxStop gets tripped when all requests have been completed

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement