Skip to content

Provides the semantics for a nested list of tri-state checkboxes, using the HTML5 "indeterminate" property

License

Notifications You must be signed in to change notification settings

simonexmachina/jquery-qubit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-qubit

Provides the semantics for a nested list of tri-state checkboxes, using the HTML5 "indeterminate" property. When attached to a jQuery element jquery-qubit listens for change events to input[type=checkbox] elements, and updates the checked and indeterminate based on the checked values of any checkboxes in child elements of the DOM.

This plugin is used by jQuery Bonsai. For a full usage example please see there.

Usage

$('ul#the-list').qubit();

About

Provides the semantics for a nested list of tri-state checkboxes, using the HTML5 "indeterminate" property

Resources

License

Stars

Watchers

Forks

Packages

No packages published