Hi,

thats a bug in 1.0.2
http://jquery.com/dev/bugs/bug/265/

Its fixed in SVN.

Jan


Stamen Georgiev wrote:
> 
> Hi there!
> 
> I'm having some troubles with ajaxStart/Stop/Error etc. I can't make them 
> work.
> Here's a small test page:
> http://stamen.lasvegas-nevada.com/jq/ajtest.html
> 
> If you look at the code you'll see what I mean.
> Seems that this block:
> 
>    $("#loader")
>     .ajaxStart (function () {$("#loader").append("<p>started...</p>");})
>     .ajaxStop (function () {$("#loader").append("<p>stopped...</p>")})
>     .ajaxError (function () {$("#loader").append("<p 
> class='error'>error...</p>")})
>     .ajaxSuccess (function () {$("#loader").append("<p>success!</p>")});
> 
> Doesn't work at all.
> 
> Using jQuery:
> 
> * $Date: 2006-10-09 20:23:18 -0400 (Mon, 09 Oct 2006) $
>  * $Rev: 413 $
> 
> Can somebody help me? 
> 
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ajax-start-stop-error---what-I%27m-doing-wrong--tf2513841.html#a7011025
Sent from the JQuery mailing list archive at Nabble.com.


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

Reply via email to