Rey... how do you plan to use the blocking? Just curious... Rick
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Thursday, February 22, 2007 6:16 PM To: jQuery Discussion. Subject: Re: [jQuery] BlockUI like plugin for divs I will definitely have a use for this. Rey Mike Alsup wrote: >>> 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=t xt > > 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/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
