Pregunta

Just as in the Title really. I'm guessing this is by design but would someone mind confirming?

The problem is: I want to trigger another Ajax callback when another one has completed. This rules me out of using the AjaxStop global event as then of course I just end up in an ajax call loop.

I'm just trying to reassure myself that there's no point trying to use the complete event at the mo really. If I know that's a non-starter then I'll have a think about an alternative.

Any help gratefully received.

¿Fue útil?

Solución

found this which confirms:

jQuery.active function

and posts link to the following source:

https://github.com/jquery/jquery/blob/1.4.2/src/ajax.js#L518

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top