[jQuery] Bug with AjaxStart

[jQuery] Bug with AjaxStart

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
discuss@jquery.com
http://jquery.com/discuss/