How can I remove the "disabled='disabled' attribute of submit button with id='bla' if at least one checkbox with class='check' is checked?
If no checkboxes are checked, the disabled attribute should return to the submit button.
|
How can I remove the If no checkboxes are checked, the disabled attribute should return to the submit button.
| |||
|
feedback
|
|
You just need to check the
Here's the demo : http://jsfiddle.net/LUnN5/ | |||||||||||
feedback
|
|
Get a reference to all the checkboxes in question, and then on
| ||||
|
feedback
|
| |||
|
feedback
|