And If I want handle to catch AjaxError in ajaxComplete?

Exist a way?



On 25 out, 00:01, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > 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!
>
> That's how ajaxStart and ajaxStop are supposed to work.  If you want
> to handle calls individually then you can use ajaxSend and
> ajaxComplete.
>
> Mike

Reply via email to