Nice Mike! 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: jeudi 22 février 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.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/

-- 
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.441 / Base de données virus: 268.18.3/696 - Date: 21/02/2007
15:19
 


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

Reply via email to