Using Prototype , it is believed that Form.Element.disable disabled the form as a whole. Is there a way to disable only one input element at a time?
And when I try this:
$$('#signup .button')[0].disbled = false;
Update
Sorry for everyone. It actually works. But I defined the style for the disabled in the style sheet and the style does not apply. Is there a workaround?
source
share