[jQuery] Using ajaxStart/Stop for multiple ajax calls

[jQuery] Using ajaxStart/Stop for multiple ajax calls


It's possible that I could have 2+ ajax actions running on my website
at the same time, and I'd like to show a 'loading' image for each of
them.
When I use ajaxStart/Stop, if one ajax call starts, it shows the
'loading' image, but if that call doesn't stop before another ajax
call starts, the second call does not show the 'loading' image. Is
there anyway around this?
Thanks!