Hey All, So I have a site that utilizes Ajax (via Jquery) alot with timed interval events, etc. There are certain sections in the application that pull in a LOT of data. Sometimes, if the user starts one of these ajax heavy tasks, one (or more) of these timed ajax events might get called.
I'd like to be able to disable any other ajax requests when the user starts one of these heavy tasks. Anyone have any ideas on how to accomplish this?