> 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.

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to