How do I check if all checkboxes with class="abc" are selected? I need to check it every time one of them is checked or unchecked. Do I do it on click or change?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I think the easiest way is checking for this condition:
You could do it every time a new checkbox is checked:
|
|||||||||
|
|
You can use
All this will do is verify that the total number of Code example on jsfiddle. |
|||
|
|
The search criteria is one of these:
You probably want to connect to the change event. |
|||
|
|
|
Part 1 of your question:
EDIT: The answer (http://stackoverflow.com/questions/5541387/check-if-all-checkboxes-are-selected/5541480#5541480) above is probably better. |
||||
|
|