checkall

0.1.1 • Public • Published

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! (:

Package Sidebar

Install

npm i checkall

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • wbotelhos