Hello! On Sat, Dec 27, 2008 at 7:48 PM, Michael Geary <[email protected]> wrote:
> Try something like $('body').ajaxSend(...) if you want just a single
> callback.
I tried your suggestion, but never fires the callback.
> $.ajaxStart(function(){
> $("#loading").show();
> });
First i tried this too...

