Ajax request in progress jQuery

Posted by bah on Stack Overflow See other posts from Stack Overflow or by bah
Published on 2010-05-20T09:01:56Z Indexed on 2010/05/20 9:10 UTC
Read the original article Hit count: 282

Filed under:
|
|

Hi, Is there a way to check if there's ajax request in progress? Something like:

if ( $.ajax.inProgress ){ do this; } else { do that; }

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery