Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
To get started checkout examples and documentation at http://wenzhixin.net.cn/p/multiple-select
Multiple select is due to the excellent work of the following contributors:
<| 文翼 | GitHub/wenzhixin |
|---|---|
| Gaurav Jassal | GitHub/creativeaura |
| guli | GitHub/guli |
| jwheadon | GitHub/jwheadon |
| yx | GitHub/qqfish |
| Tobias Macey | GitHub/blarghmatey |
| Jona Goldman | GitHub/jonagoldman |
| Alex Jeffrey | GitHub/ajeffrey |
- Fix #63: Add
keepOpenoption. - Fix #62: Fix
isOpenandfilteroptions are both true bug. - Fix #57: Fire onCheckAll event when literally select.
- Add data attributes for support.
- Fix #55: Add
nameoption.
- Fix #42: Add
styleroption to custom item style. - Fix firefox click bug.
- Add
allSelected,minumimCountSelectedandcountSelectedoptions. - Fix #35: Add
onFocusandonBlurevents. - Fix #25: Add
focusandblurmethods. - Fix #31: Trigger the onCheckAll & onUncheckAll events when use filter to select all.
- Update the license to The MIT License.
- Fix #47: Add
No matches foundmessage when there are no results found. - Fix #43: Add
positionoption.
- Fix #44: The filters not working bugs.
- Fix #21: Add
singleoption. - Add
overrideoption. - Add
containeroption. - Fix #29: Update the optgroups select text.
- Fix #30: Image is not shown in Firefox 25.0.1.
- Fix #22: fix group filter problem.
- Update the button text witdh.
- Add keyboard support.
- Fix #12: Add
widthoption. - Fix #11: Add callback events.
- Add
maxHeightoption.
- Fix #4: Add
filteroption. - Support mobile devices.
- Fix #6: Add
refreshmethod.
- Fix #7: Add
selectedanddisabledoptions. - Fix #5: Add
checkAllanduncheckAllmethods.
- Fix #3: Add optgroups support.
- Add
placeholderoption. - Fix #2: use prop method instead of attr.
- Initial release