0

Is there any existing JQuery function to check if there is any running AJAX requests.

Huangism
  • 16,278
  • 7
  • 48
  • 74
user3584625
  • 239
  • 1
  • 3
  • 9

1 Answers1

0

Use ajaxStart and ajaxStop to check on the status of your requests.

kdelmonte
  • 680
  • 1
  • 10
  • 16
  • Thanks, The code i have is very huge, no way to re-factor it, i am looking for a specific function that give me this information – user3584625 Sep 11 '14 at 20:26