Detect when all jQuery AJAX has started or stopped
A page in one of my websites performs about 6 AJAX requests as soon as the page loads. I wanted to show a loading message until all of the AJAX requests had completed.
Thankfully, jQuery already has this functionality built-in so we don’t have to implement it manually. I’m also using the fantastic BlockUI plugin to [...]
