vanderlee / tristate

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.

Home Page:http://vanderlee.github.io/tristate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JQuery's .change() event is not fired in IE on intermediate checkbox

mb13 opened this issue · comments

commented

Hi Martijn.

First of all, thanks for this very useful plugin. It saved my life :)

However I noticed one issue. In the latest commit d4ad1ad the .change() event is not fired when the checkbox is in the intermediate state. This was working in an earlier commit 51acc3b.

Also Edge support would be nice to have ;)

Thanks a lot