> > I'd like to be able to do this sort of thing too. To block just a
> > particular div to indicate that something is happening in regards to *just*
> > that area of the screen, and that the user can continue to work in other
>
> I'm going to add this functionality to blockUI since several people
> have requested it. I'll post a note when it's ready (probably
> tonight).
blockUI has been updated. To block the entire page, usage is the same
as before:
$.blockUI();
$.unblockUI();
To block selected elements, usage is like this:
$('.whatever').block();
$('.whatever').unblock();
An example and docs can be found here:
http://malsup.com/jquery/block/block.html
Source code is here:
http://dev.jquery.com/browser/trunk/plugins/blockUI/jquery.block.js?format=txt
Most of the logic for this update comes from Brandon Aaron's bgiframe
plugin. Thanks, Brandon!
Mike
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/