All,
What's the 'correct' way to change a <textarea> to and from readonly. The
following works for me, but I wanted to particularly check the removal:
$("#myTextArea").attr("readonly", "readonly"); // Make read-only
$("#myTextArea").attr("readonly", ""); // Make read-writeThanks, rob -- Rob Desbois Eml: [EMAIL PROTECTED]
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
