Harald Dietrich schrieb: > Hi, > > I am looking for something like the blockUI plugin, but only for parts > of a website - a <div> element. Could someone tell me if this is > possible and how to achieve this? > > Thanks, > Harald
Harald, I think something like that should work: $('#your-div').bind('focus', function() { return false; }); By the way, you're increasing the chances that your post gets read if you do not answer to an existing thread but start a new one in the subject. Most Email clients still sort that mail to the former thread, thus it gets hidden. -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/