[jQuery] BlockUI: unblocking when clicking in the darkend area?
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...