I've pulled this off before by not using the built in $.unblockUI()
You can do:
$('.blockUI').hide() or
$('.blockUI').fade()



Gordon-35 wrote:
> 
> 
> I have been using the blockUI extension for a while and am overall
> happy with it, but I do have one issue that I would like to resolve
> with it.
> 
> As far as I can tell the blockUI extension destroys the element it is
> using to display as it's message when you unblockUI.  This isn't an
> issue for simple dialog boxes, but I have one dialog in my project
> that is computed dynamically by the javascript and it's generation can
> have a rather large overhead.  I don't want to have to regenerate this
> dialog every time I display it, so I'd rather just set it display:
> none when it's not needed instead.  Can you do this with blockUI?
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BlockUI-question-tf4486759s15494.html#a12797024
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to