> I want the darkened area that when clicked, it restores the UI
> (unblocks it), what's the best approach?
>
> It seems like something like this would work, but doesn't...
>
> $('.blockUI').click(function() {
>         $.unblockUI();
>     });
>
> Thanks for any help...


I just created a demo to show how this works.  Scroll to the bottom of
this page:

http://www.malsup.com/jquery/block/#demos

Mike

Reply via email to