[jQuery] BlockUI like plugin for divs

[jQuery] BlockUI like plugin for divs

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Courier New, Courier, monospace">---[Hopefully
this will start a new thread for this topic]---
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 areas of the screen until that returns. Klaus, are you saying
that I should be able to something like this:
</font></font>
<pre wrap="">$('#your-div').bind('focus', function() {
this.BlockUI();
return false;
});
Am I even close? :o)
Cheers,
Chris
</pre>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://www.cjordan.info">http://www.cjordan.info</a></pre>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/