JQuery check all check boxes code: This code can be integrated with any Jquery based app to achieve the following functionality:
- clicking master checkbox check all the given (slave) checkboxes on the page posess same CSS class name
- Automatic uncheck master checkbox if any of given (slave) checkbox is unchecked.
- Automatic check the master checkbox if all the slave checkboxes are checked.
In Brief, Check all the check boxes in a given grid/form/page if Master check box is checked. UnCheck all the checkboxes in a given grid/form/page if master checkbox is un checked.