Thanks Mike, that's great.

I am writing a kind of portal server, that makes heavily use of Ajax. I want to 
disable portlet windows while updating the content.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Mike Alsup
> Sent: Donnerstag, 22. Februar 2007 22:55
> To: jQuery Discussion.
> Subject: Re: [jQuery] BlockUI like plugin for divs
> 
> 
> > >  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.blo
ck.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/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to