---[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:

$('#your-div').bind('focus', function() {
    this.BlockUI();
    return false;
});

Am I even close? :o)

Cheers,
Chris


--
http://www.cjordan.info

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

Reply via email to