On 8/26/07, Minh <[EMAIL PROTECTED]> wrote: > > If it's validated then I need to disabled or hide > it so the user can't edit it. >
Try using the "readonly" attribute instead of disabling or hiding it, e.g.
$("#inputID").attr("readOnly", true).
But I have to ask: Why would you want to do this?
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

