tristate icon indicating copy to clipboard operation
tristate copied to clipboard

jQuery standalone tristate (indeterminate) checkbox with pseudo selectors and optional value modification and .val() overwrite. Standalone, so usable for purposes other than list/tree marking.

Results 4 tristate issues
Sort by recently updated
recently updated
newest added

When I go to http://vanderlee.github.io/tristate/test/index.html with Firefox 72 I see that some tests fail. Are you aware? ![tristate_failed_unit_tests](https://user-images.githubusercontent.com/1577132/76135366-ac106200-6026-11ea-854e-ea2ed14f4ee3.png) Best, Sebastian

Hi Martijn. First of all, thanks for this very useful plugin. It saved my life :) However I noticed one issue. In the latest commit d4ad1ada7873e075eade5cddb4b050b5145bcb06 the `.change()` event is...

Hello, in microsoft edge, the tristate require two click for passed from state to another.

> Indeterminate should be "visual" only. A checkbox in the indeterminate state should simply mask whether the checkbox is checked or not. `` ```javascript $('#mycheckbox').tristate({ indeterminate: "Maybe" }); $("#mycheckbox").tristate('state', null);...