Mike Alsup schrieb: >> Try this: >> >> $.ajaxStart($.blockUI); >> $.ajaxStop($.unblockUI); >> >> It is $.ajaxStart not $().ajaxStart (these are not supposed to be > > Klaus, that doesn't work. ajaxStart, and the rest, are bound to the > jQuery prototype. $.ajaxStart is not a defined function. > $.fn.ajaxStart is.
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); -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
