> I said I was confused yesterday... I have never used them and thought
> they work like $.ajaxTimeout. Ok, then make it:
>
> $(document.body).ajaxStart($.blockUI).ajaxStop($.unblockUI);

That will work.  But I still prefer this syntax:

$().ajaxStart($.blockUI).ajaxStop($.unblockUI);

:-)

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to