Skip to content

Check, Un Check all the given check boxes on a page using JQuery

License

Notifications You must be signed in to change notification settings

itzsurajk/jquery_check_all_checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jquery_check_all_checkbox

JQuery check all check boxes code: This code can be integrated with any Jquery based app to achieve the following functionality:

  1. clicking master checkbox check all the given (slave) checkboxes on the page posess same CSS class name
  2. Automatic uncheck master checkbox if any of given (slave) checkbox is unchecked.
  3. 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.

About

Check, Un Check all the given check boxes on a page using JQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages