[jQuery] Re: Disable user input to a div

2009-05-02 Thread MorningZ
easiest is going to vary from one person to another, but if it was me, i'd use the BlockUI plugin to prevent the user from doing anything further to stuff inside that div On May 2, 12:59 pm, Dragon-Fly999 dragon-fly...@hotmail.com wrote: Hi, I have a page with a few divs.  One of the divs

[jQuery] Re: Disable user input to a div

2009-05-02 Thread Jordon Bedwell
The easiest way to do that would be to remove it from the DOM, one of the other easy ways is to just rewrite the link to # and disable the inputs (you can disable inputs), but the best way in my opinion would be to use an overlay. -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Disable user input to a div

2009-05-02 Thread Dragon-Fly999
MorningZ, I'll check out the BlockUI plugin. Jordon, could you explain how to use an overlay on a div? Thank you. On May 2, 1:26 pm, Jordon Bedwell jor...@envygeeks.com wrote: The easiest way to do that would be to remove it from the DOM, one of the other easy ways is to just rewrite the link