« Return to Thread: Ajaxstop() having problems in IE?

Re: Ajaxstop() having problems in IE?

by Jörn Zaefferer :: Rate this Message:

Reply to Author | View in Thread

Guntur N. Sarwohadi schrieb:
> Hmm.. weird as..? please let me know, i might learn something from
> you, especially i'm particularly new to js and jquery :)
You should add any ajax handlers before calling $.ajax, not inside of
the success callback. You code worked because the ajaxStop event is
triggered after the success callback, but you shouldn't rely on that.
I'll upload my modified version, if that helps.

--
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
discuss@...
http://jquery.com/discuss/

 « Return to Thread: Ajaxstop() having problems in IE?