I feel your pain, same here. According to this
http://jquery.com/dev/bugs/bug/265/ bug , it has been fixed in SVN. I can
only assume this means that it will be fixed in the next release.
Mike Chabot wrote:
>
> A bug was introduced somewhere between version 249 and 419 that broke
> the AjaxStart / AjaxStop functions. I was displaying a loading image
> using code straight out of the API doc that stopped working as soon as
> I put in a the current JQuery file.
> $("#loading").ajaxStart(function(){ $(this).show(); });
> $("#loading").ajaxStop(function(){ $(this).hide(); });
> If I change the function to be a simple alert, the alert does not fire
> either, which indicates that it is a problem with the ajaxStart call
> and not the show/hide calls.
>
> -Mike Chabot
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
--
View this message in context:
http://www.nabble.com/Bug-with-AjaxStart-tf2461732.html#a6862750
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/