04 October 2017 10:00
JQERY - checkbox - jquery check uncheck all checkboxes with a button - Stack Overflow
I am trying to check/uncheck all checkboxes using jquery. Now by checking/unchecking the parent checkbox all the child checkboxes are getting selected/deselected also with the text of parent checkbox getting changed to checkall/uncheckall.
JQUERY CHECKBOX - PLUGIN - jQuery-CheckAll by mjball
Using the plugin:
To use the checkbox with id master to control the checkboxes that are children of the form with id myForm, this is all you need:
04 October 2017 09:45
JQUERY - Check if checkbox is checked with jQuery - Stack Overflow
Check if checkbox is checked with jQuery
1
(3 marks)