Skip to content

leafriend/jquery-checkall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-checkAll

jQuery-checkAll is jQuery plugin to check or not all checkbox group.

<script>
$("#checkAll").checkAll();
</script>

<label for="checkAll">Check All</lable>
<input type="checkbox" id="checkAll">

<input type="checkbox" name="checkbox0">
<input type="checkbox" name="checkbox1">
<input type="checkbox" name="checkbox3">
<input type="checkbox" name="checkbox4">

About

jQuery plugin -- chcek or not all checkbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published