> > Firebug spits out
>
> > ///
> > too much recursion
> > [Break on this error] jQuery.globalEval(elem.text||
> > elem.textCo...Query.browser.msie)script.text=data;else
>
> Change this:
>
> $('.jqmClose').click($.unblockUI);
>
> to this:
>
> $('.jqmClose').click(function() {
>     $.unblockUI();
>     return false;
>
> });


The latest version of blockUI fixes this bug.

http://www.malsup.com/jquery/block/jquery.blockUI.js?v2.08

Reply via email to