I want to toggle en-ability/disability of two form fields based upon the radio button selections. Not Happening. Have a look and please tell me which part of my cerebral cortex needs to be developed. – http://jsfiddle.net/KggHA/3/ . Thank you
I want to toggle en-ability/disability of two form fields based upon the radio button
Share
Try this:
jsFiddle example
You need to look for the :checked radio button, and then set the disabled attribute to true or false accordingly rather than removing it.