I need to perform some slideup and slidedown animations in my DOM (HTML page). The number of AJAX requests may vary in each page.
My question is, How do I know whether all AJAX requests in a page has completed and each request completed returning data from server to HTML?
Once I get this done, I can perform my animations after these things in DOM.