Read/Write, Read-Only, and Disabled Text Boxes
Saturday, February 16th, 02008In an effort to communicate a few ideas with someone I am collaborating with, I created a simple self-contained example HTML document to illustrate concepts related to read/write, read-only, and disabled text boxes. The document also demonstrates Javascript control of these properties and a disabled text box that's populated based on the selection of a drop down widget.
Update 2/18/2008:
I created a new example that's similar to the previous one, except that it demonstrates a) The use of jQuery, b) some of jQuery's easy build in effects, c) the use of jQuery's $(document).ready(function() ...) and $(...).bind(...) to totally remove all Javascript from the markup.
I really like jQuery. I highly recommend that you have a look at it, if you're looking for a "web 2.0" Javascript library.




