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
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