Skip to content

Releases: zealzhangz/jquery-dropdown-checkboxes

An easy-to-use dropdown checkbox jQuery plugin

29 Sep 08:39
Compare
Choose a tag to compare

An easy-to-use dropdown checkbox jQuery plugin based on Bootstrap dropdown.You can simply customize the style of the control.This control has two modes "auto" and "button",in "auto" mode every checkboxes' status changed can trigger callback.In another mode "button" callback can be triggered when you click save button,the two models can not coexist.The default mode is "auto" mode.Both modes you can get all checkboxes jQuery object when it was triggered from callback.Please refer to the specific sample.

First release version

24 Sep 15:28
Compare
Choose a tag to compare

An easy-to-use dropdown checkbox jQuery plugin based on Bootstrap dropdown.You can simply customize the style of the control.The control include a callback that you can get all checkboxes jQuery object when triggering change event.Your business logic should be written in the call back function.