I'm having trouble with my jQuery syntax. Could someone show me how to iterate through all controls on a form that have the readonly attribute, remove the readonly attribute, and make then disabled instead? Thank you.
-
How about posting what you have so far instead of asking someone to write your code for you?Justin Helgerson– Justin Helgerson2011-08-31 18:39:19 +00:00Commented Aug 31, 2011 at 18:39
-
You're right. I'll make sure to do so next time.Troy– Troy2011-08-31 18:47:52 +00:00Commented Aug 31, 2011 at 18:47
Add a comment
|