I have a page that performs many ajax requests and a button that uses ajax for that page.
I want the button to give an alert when the ajax on the first page finishes.
But i get the response right away (while ajax requests on other page keep runing).
The first page is built from JS only.
Is this possible?