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

Hi Brook,

Yes this is expected.  As shown here:
http://www.malsup.com/jquery/block/#page  you need to cache the DOM
element so that you don't lose it.

Mike

Reply via email to