forked from Wavyzz/dolibarr
into function multipleselectarray (except loading of css). Code is prepared to choose which plugin to use (only a if is required to switch or add a new manager). Introduce working version with multiple-select jquery plugin. Removed deprecated old jquery plugin.
96 lines
2.9 KiB
Markdown
96 lines
2.9 KiB
Markdown
# Multiple Select
|
|
|
|
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
|
|
|
|
## Contributors
|
|
|
|
Multiple select is due to the excellent work of the following contributors:
|
|
|
|
<table>
|
|
<tbody>
|
|
<tr><th align="left">文翼</th><td><a href="https://github.com/wenzhixin">GitHub/wenzhixin</a></td></tr>
|
|
<tr><th align="left">Gaurav Jassal</th><td><a href="https://github.com/creativeaura">GitHub/creativeaura</a></td><</tr>
|
|
<tr><th align="left">guli</th><td><a href="https://github.com/guli">GitHub/guli</a></td></tr>
|
|
<tr><th align="left">jwheadon</th><td><a href="https://github.com/jwheadon">GitHub/jwheadon</a></td></tr>
|
|
<tr><th align="left">yx</th><td><a href="https://github.com/qqfish">GitHub/qqfish</a></td></tr>
|
|
<tr><th align="left">Tobias Macey</th><td><a href="https://github.com/blarghmatey">GitHub/blarghmatey</a></td></tr>
|
|
<tr><th align="left">Jona Goldman</th><td><a href="https://github.com/jonagoldman">GitHub/jonagoldman</a></td></tr>
|
|
<tr><th align="left">Alex Jeffrey</th><td><a href="https://github.com/ajeffrey">GitHub/ajeffrey</a></td></tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
## Changelog
|
|
|
|
### 1.1.0
|
|
|
|
* Fix #63: Add ```keepOpen``` option.
|
|
* Fix #62: Fix ```isOpen``` and ```filter``` options are both true bug.
|
|
* Fix #57: Fire onCheckAll event when literally select.
|
|
* Add data attributes for support.
|
|
* Fix #55: Add ```name``` option.
|
|
|
|
### 1.0.9
|
|
|
|
* Fix #42: Add ```styler``` option to custom item style.
|
|
* Fix firefox click bug.
|
|
* Add ```allSelected```, ```minumimCountSelected``` and ```countSelected``` options.
|
|
* Fix #35: Add ```onFocus``` and ```onBlur``` events.
|
|
* Fix #25: Add ```focus``` and ```blur``` methods.
|
|
* Fix #31: Trigger the onCheckAll & onUncheckAll events when use filter to select all.
|
|
|
|
### 1.0.8
|
|
|
|
* Update the license to The MIT License.
|
|
* Fix #47: Add ```No matches found``` message when there are no results found.
|
|
* Fix #43: Add ```position``` option.
|
|
|
|
### 1.0.7
|
|
|
|
* Fix #44: The filters not working bugs.
|
|
|
|
### 1.0.6
|
|
|
|
* Fix #21: Add ```single``` option.
|
|
* Add ```override``` option.
|
|
* Add ```container``` option.
|
|
* Fix #29: Update the optgroups select text.
|
|
* Fix #30: Image is not shown in Firefox 25.0.1.
|
|
* Fix #22: fix group filter problem.
|
|
|
|
### 1.0.5
|
|
|
|
* Update the button text witdh.
|
|
* Add keyboard support.
|
|
|
|
### 1.0.4
|
|
|
|
* Fix #12: Add ```width``` option.
|
|
* Fix #11: Add callback events.
|
|
* Add ```maxHeight``` option.
|
|
|
|
### 1.0.3
|
|
|
|
* Fix #4: Add ```filter``` option.
|
|
* Support mobile devices.
|
|
* Fix #6: Add ```refresh``` method.
|
|
|
|
### 1.0.2
|
|
|
|
* Fix #7: Add ```selected``` and ```disabled``` options.
|
|
* Fix #5: Add ```checkAll``` and ```uncheckAll``` methods.
|
|
|
|
### 1.0.1
|
|
|
|
* Fix #3: Add optgroups support.
|
|
* Add ```placeholder``` option.
|
|
* Fix #2: use prop method instead of attr.
|
|
|
|
### 1.0.0
|
|
|
|
* Initial release
|
|
|
|
## LICENSE
|
|
|
|
[The MIT License](https://github.com/wenzhixin/multiple-select/blob/master/LICENSE) |