You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jquery.tristate.js is a jquery plugin for adding "tristate" indeterminate functionality to checkboxes in nested lists.
To use it, simply call it on your parent list:
$('ul.tristate').tristate();
By default, the inputs must be direct descendants of the list elements. You may optionally pass in an array of wrappers that represents the tree of elements the inputs are nested within, e.g.: