summaryrefslogtreecommitdiffstats
path: root/jquery.multiple.select.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Added option to override the button text when all items are selectedTobias Macey2014-01-041-1/+3
|
* add container supportxiao yu2013-12-111-0/+13
|
* fix #29: update the optgroups select text.zhixin2013-11-271-4/+34
|
* fix #30: image is not shown in Firefox 25.0.1zhixin2013-11-231-2/+1
|
* fix warning: variable defined twice.zhixin2013-11-231-5/+9
|
* fix disabled group click bug.zhixin2013-10-301-1/+1
|
* fix #22: fix group filter problemzhixin2013-10-181-3/+6
|
* fix #23: remove the focusout event listner.zhixin2013-10-181-28/+21
|
* update the version to 1.0.5 and the button text width.zhixin2013-10-121-2/+2
|
* Added keyboard support.Jason Wheadon2013-10-121-8/+37
| | | | | | | | | Replaced the ms-choice div with a button that opens the multiple select drop down. Select options can be navigated with the tab key and the drop down can be closed with either the esc key or tabbing past all available select options. Select optoins can be selected with the space key. Also added a checkbox for option group labels so they can be selected using the keyboard.
* fix #15: Only fire onClose event when the drop down is opened.zhixin2013-08-241-4/+6
|
* Get select witdh before to hide it because in some case the width change ↵guli2013-08-061-3/+4
| | | | when hidden.
* Release 1.0.4: fix checkAll error when the filter option is true.1.0.4zhixin2013-06-201-3/+9
|
* Fix #12: add width option.zhixin2013-06-171-1/+2
|
* Fix #11: Add callback events.zhixin2013-06-171-5/+26
|
* Refs #11: Add maxHeight option.zhixin2013-06-101-1/+3
|
* Fix #9: Select only visible (filtered) items by checking Select All' in the ↵1.0.3zhixin2013-06-051-18/+37
| | | | filtered list.
* Fix #4: Add filter property to allow search through checkbox items.zhixin2013-06-051-3/+28
|
* Fix #6: Add refresh method.zhixin2013-06-021-1/+3
|
* Fix getSelects method can not get the disabled option error.zhixin2013-06-021-5/+6
|
* Update version to 1.0.2.1.0.2zhixin2013-06-021-1/+1
|
* Fix #7: Add option properties(selected and disabled) support.zhixin2013-06-021-8/+17
|
* Fix #5: add checkAll and uncheckAll methods.zhixin2013-06-011-1/+13
|
* update version to 1.0.1zhixin2013-05-231-1/+1
|
* update version and add jquery.jsonzhixin2013-05-221-2/+3
|
* fix #3: Add optgroups supportzhixin2013-05-221-18/+54
|
* add placeholder propertyzhixin2013-05-221-2/+10
|
* Sync the state of select all and select items.zhixin2013-05-211-9/+15
|
* use val method to get the option valzhixin2013-05-211-1/+1
|
* fix #2: use prop method instead of attrzhixin2013-05-211-12/+10
|
* Add live feedback on the label when you select any option.Gaurav Jassal2013-05-201-7/+15
|
* add enable and disable methodzhixin2013-05-131-6/+18
|
* 修复下拉列表位置显示错误问题wenzhixin2013-05-101-3/+5
|
* add setSelects methodzhixin2013-04-221-1/+11
|
* multiple property to show multiple items in a rowzhixin2013-04-211-4/+8
|
* add body click event to close the dropdownzhixin2013-04-211-1/+14
|
* fix choice click errorzhixin2013-04-191-1/+2
|
* remove demo.html and fix width bugzhixin2013-04-191-4/+4
|
* update choice csszhixin2013-04-191-2/+2
|
* init multiple selectzhixin2013-04-191-0/+132