Hi,

I would like to have separate "activity indicators" for various ajax
requests I am making (or none at all for some) and thus I cannot use
the global ajaxStart and ajaxStop functions.

I was searching the nabble archive and also the source code of jquery
and don't seem to find the solution. The documentation also doesn't
mention anything like that.
I got this one from the archive:

$.ajax({
    ...
    stop: function() {},
    start: function() {},
    ...
});

but it's not working with current jQuery.
Has this functionality been dropped?
How do I execute something per ajax request when it is being started?

thx,
Matt

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to