🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Yet another lightweight jQuery Check All jQuery plugin which enables a checkbox to select and deselect all related checkboxes with one click.

Checkbox check-all

Documentation

jQuery Checkall - A Checkbox Checker

Build Status NPM Version Dependency Dev Dependency Code Climate Support

Options

all:  '.checkall__all'  // Checkbox responsible to check all of a group. item: '.checkall__item' // Checkboxes in the group.

Usage

<script src="jquery.checkall.js"></script>  <div class="check">   <input type="checkbox" class="checkall__all">    <input type="checkbox" class="checkall__item">   <input type="checkbox" class="checkall__item"> </div>
$('.checkall').checkall();

Contributors

Check it out

Love it!

Via PayPal or Support. Thanks! (:


You May Also Like