Hi
I have a complex site with lots of jquery loads in various places and in different files. I want to have a single method which renders a loading popup when any of the ajax loads run, without (hopefully) modifying them all.
Anyone know a way to 'catch' any ajax request start, and also the request end?
Thanks