Mike,

I think this was a mistake in my code, which has been fixed. Thanks for the
reply. Another thing is that I was using an existing dom element as the
blockUI window and this works fine, but after blockUI shows the div, it does
not replace it back into the document, so the next call to blockUI does not
work. I worked around this by creating the dialog/dom element dynamically
and then calling  $.blockUI(myDynamicElement). 

Is this the expected behavior, or is it something I am doing wrong?

Brook


-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: September 14, 2007 5:16 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: blockUI scope / $.unblockUI not closing


Brook,

Do you have a page that demonstrates this problem?  I've not seen any
case in which unblockUI fails to unblock.  For reference, all the
elements used by blockUI have a class of "blockUI" so you can find
them that way.

Mike


On 9/11/07, Brook Davies <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hello,
>
>
>
> How can I reference the blockUI window if $.unblockUI will not close it?
>
>
>
> I am using blockUI and can't get it to close from an event handler within
an
> object using $.unblockUI. The object that contains the call to
$.unblockUI.
> is not the same object that called  $.blockUI().
>
>
>
> Brook
>
>


Reply via email to