> > Try something like $('body').ajaxSend(...) if you want just
> > a single callback.
>
> I tried your suggestion, but never fires the callback.
Well, that's odd that it didn't work. Try a single element by ID then:
$('#someExistingID').ajaxSend(...);
> > $.ajaxStart(function(){
> > $("#loading").show();
> > });
>
> First i tried this too...
No, I wasn't saying that this would work, only that it would have seemed to
me like a more reasonable design for these functions.
-Mike

