summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #105 from sergiomcalzada/master文翼2014-06-291-51/+52
|\ \ \ \ | |_|_|/ |/| | | add text template, so text could be customized
| * | | use the $element in the functionsergiomcalzada2014-06-241-52/+52
| | | |
| * | | add text template, so text could be customizedsergiomcalzada2014-06-241-2/+3
|/ / /
* | | Merge pull request #101 from brettz9/optgroup-checkboxes-optional文翼2014-06-201-2/+2
|\ \ \ | | | | | | | | Make optgroups' checkboxes optional
| * | | apply more accurate name for optionBrett Zamir2014-06-161-1/+1
| | | |
| * | | Make optgroups' checkboxes optionalBrett Zamir2014-06-161-2/+2
| | | |
* | | | Merge pull request #100 from brettz9/connect-select-back-to-its-label文翼2014-06-201-2/+16
|\ \ \ \ | | | | | | | | | | Connect select back to its label to fix issue #99
| * | | | Prevent child labels from causing closing of selectionBrett Zamir2014-06-141-1/+1
| | | | |
| * | | | Connect select back to its label to fix issue #99Brett Zamir2014-06-131-2/+16
| | |_|/ | |/| |
* | | | Merge pull request #98 from brettz9/copy-select-and-options-classes-to-list文翼2014-06-201-5/+16
|\ \ \ \ | | | | | | | | | | If a class is present on the original <select> or individual <option>s, ...
| * | | | Put class on ms-parent div instead of ul (so title tooltip can be accessible ↵Brett Zamir2014-06-131-5/+14
| | | | | | | | | | | | | | | | | | | | there); allow title attribute on individual options in addition to class
| * | | | If a class is present on the original <select> or individual <option>s, copy ↵Brett Zamir2014-06-131-4/+6
| |/ / / | | | | | | | | | | | | them over to the <ul> or <li>, respectively; also add a class to select-all (namespaced as "ms-select-all")
* | | | New options: displayValues and delimiterzhixin2014-06-201-3/+10
| | | |
* | | | Update CHANGELOG.zhixin2014-06-132-67/+70
| | | |
* | | | Update CONTRIBUTORS.md文翼2014-06-131-25/+25
| | | |
* | | | Update CONTRIBUTORS.zhixin2014-06-133-14/+110
|/ / /
* | | Merge pull request #97 from brettz9/shift-tab文翼2014-06-111-1/+5
|\ \ \ | |/ / | | / | |/ |/| Ensure shift-tab causes lost focus from filter as with clicking away
| * Ensure shift-tab causes lost focus from filter as with clicking awayBrett Zamir2014-06-101-1/+5
|/
* Merge pull request #95 from xavierdutreilh/master文翼2014-06-102-0/+14
|\ | | | | Add bower.json
| * Add bower.jsonXavier Dutreilh2014-06-102-0/+14
|/
* Merge pull request #93 from brettz9/filterAcceptOnEnter-option文翼2014-06-101-1/+10
|\ | | | | Add a filterAcceptOnEnter option
| * Add a filterAcceptOnEnter optionBrett Zamir2014-06-101-1/+10
| |
* | Merge pull request #92 from brettz9/focus-filter文翼2014-06-101-0/+1
|\ \ | | | | | | Is convenient if the filter immediately gets focus
| * | Is convenient if the filter immediately gets focusBrett Zamir2014-06-101-0/+1
| |/
* | Merge pull request #91 from brettz9/options-and-method文翼2014-06-101-0/+3
|\ \ | | | | | | Allow object of options along with initial method, e.g., $('#ms').multip...
| * | Allow object of options along with initial method, e.g., ↵Brett Zamir2014-06-101-0/+3
| |/ | | | | | | $('#ms').multipleSelect({filter: true}, 'focus')
* | Merge pull request #90 from brettz9/no-tabs文翼2014-06-101-19/+19
|\ \ | |/ |/| Fix to follow pre-existing convention of 4 spaces
| * Fix to follow pre-existing convention of 4 spacesBrett Zamir2014-06-101-19/+19
|/
* Fix #81: the change event is triggered when the select is updated.zhixin2014-05-232-3/+10
|
* Fix #71: display 'All Selected' error when no options or only one option.zhixin2014-05-231-5/+7
|
* Fix #77: Says 'All selected' when no options in select box.zhixin2014-05-231-1/+9
|
* Update 'seperator' to 'separator'zhixin2014-05-231-3/+3
|
* Merge pull request #74 from topas08/patch-1文翼2014-05-201-12/+23
|\ | | | | Adding blockSeperator option
| * Adding blockSeperator optiontopas082014-05-151-12/+23
| | | | | | | | | | I needed for a project something similar to the optgroup function - but without the checkbox, just a plain li element to seperate several groups of options. So I added a "blockSeperator" option. Setting this to a string value causes all options elements set to this value to be a plain li element with the CSS class set to the blockSeperator value. Easily saying: <option value="justAHeadline">Text</option> results (with a blockSeperator set to "justAHeadline") an element <li><label class="JustAHeadline">Text</label></li> instead to a checkbox block. Maybe you think this is useful ... just wanted to contribute it :)
* | Merge pull request #80 from JustAndrei/master文翼2014-05-201-2/+2
|\ \ | | | | | | Update jquery.multiple.select.js
| * | Update jquery.multiple.select.jsJustAndrei2014-05-181-2/+2
|/ / | | | | It didn't work correctly with optgroups.
* | Format the code.zhixin2014-05-161-1/+1
| |
* | Merge pull request #75 from fedesoria/patch-1文翼2014-05-161-1/+2
|\ \ | | | | | | Trigger the checkbox on the entire line
| * | Trigger the checkbox on the entire lineFederico Soria2014-05-151-1/+2
| |/ | | | | With this you don't have to click only in the text but also on the line of the option, it makes it easier for users and more inlined with the behavior of a select box.
* | Merge pull request #76 from nicolas-joubert/patch-2文翼2014-05-161-1/+2
|\ \ | | | | | | Make 'No matches found' translatable
| * | Make 'No matches found' translatablenicolas-joubert2014-05-161-1/+2
| |/ | | | | | | | | | | Hello, here the code to allow translation of "No matches found" label. Thanks.
* | Merge pull request #73 from nicolas-joubert/patch-1文翼2014-05-161-1/+1
|\ \ | |/ |/| Add ability to work with none multiple select
| * Add ability to work with none multiple selectnicolas-joubert2014-05-151-1/+1
|/ | | | | | When using this code on none multiple select, first item was selected by default even if it doesn't really. So when none multiple select is used, i propose to change selected test to "$elm.attr('selected') == 'selected'". Regards
* Update the demos.zhixin2014-05-051-5/+0
|
* Update width option docs.zhixin2014-05-052-4/+6
|
* Fix #45, #64: update width option to support a percentage setting, and add ↵zhixin2014-05-0514-29/+9817
| | | | responsive layout.
* Fix #65: show selectAll and hide noResults when open.zhixin2014-04-291-0/+5
|
* Update index.htmlzhixin2014-04-281-1/+1
|
* Add index.html to redirect to 'docs'.zhixin2014-04-281-0/+11
|
* Add docs.zhixin2014-04-2813-0/+5751
|
* Merge branch 'master' of github.com:wenzhixin/multiple-selectzhixin2014-04-287-0/+836
|\
| * Fix #48: auto hide when the single option is set to true.zhixin2014-04-251-0/+4
| |
| * Update to version 1.1.01.1.0zhixin2014-04-242-2/+2
| |
| * Add Changelog.zhixin2014-04-241-0/+70
| |
| * Fix #63: add keepOpen option.zhixin2014-04-241-8/+11
| |
| * Fix #62: call open function after init when isOpen and filter options are ↵zhixin2014-04-191-4/+4
| | | | | | | | set to true.
| * Fix #57: fire onCheckAll when literally select each element till all are ↵zhixin2014-04-171-0/+3
| | | | | | | | selected.
| * Add data attributes for support.zhixin2014-04-171-1/+2
| |
| * Fix #55: add 'name' option.zhixin2014-04-171-13/+20
| |
| * Update to version to 1.0.91.0.9zhixin2014-04-153-3/+6
| |
| * Fix #42: Add styler option to custom item style.zhixin2014-04-151-2/+5
| |
| * Fix countSelected display errorzhixin2014-04-141-2/+4
| |
| * Merge pull request #59 from ajeffrey/master文翼2014-04-141-2/+3
| |\ | | | | | | Added fix for firefox bug
| | * Added fix for firefox bug Alex Jeffrey2014-04-111-2/+3
| |/ | | | | The dropdown would immediately close after being opened in the latest version of firefox (couldn't replicate on the demo page). Fix doesn't break other browsers and fixes the bug I experienced.
| * Fix countSelected display error when select has disabled options.zhixin2014-04-031-1/+1
| |
| * Merge pull request #54 from jonagoldman/master文翼2014-04-031-8/+13
| |\ | | | | | | Added 3 new options: 'allSelected', 'minumimCountSelected' and 'countSelected'
| | * Added 3 new options: 'allSelected', 'minumimCountSelected' and 'countSelected'Jona Goldman2014-04-021-8/+13
| |/ | | | | | | | | | | | | | | | | 'allSelected' can be used to overwrite the text shown when all the items are selected. 'minumimCountSelected' and 'countSelected' can be used to show a formatted text after X items where selected. For example: '3 of 10 selected' will be shown if 'minumimCountSelected' is set to 3 and 'countSelected' is set to '# of % selected'.
| * Update jquery url.zhixin2014-03-261-2/+2
| |
| * Add demos.zhixin2014-03-261-0/+38
| |
| * Fix #35: add onFocus and onBlur events.zhixin2014-03-231-1/+8
| |
| * Fix #25: add focus and blur methods.zhixin2014-03-231-1/+15
| |
| * Fix #31: trigger the onCheckAll & onUncheckAll events when use filter to ↵zhixin2014-03-221-0/+1
| | | | | | | | Select All.
| * Update the license to The MIT License.1.0.8zhixin2014-03-183-32/+24
| |
| * Fix #47: add 'No matches found' message when there are no results found.zhixin2014-03-122-0/+15
| |
| * Fix #43: add position option.zhixin2014-03-062-2/+12
| |
| * Fix #44: The filters not working bugs and update the version to 1.0.71.0.7zhixin2014-03-062-3/+3
| |
| * Fix #21: Update the version to 1.0.6 and add an to allow only single select.1.0.6zhixin2014-03-043-509/+511
| |
| * Merge pull request #37 from blarghmatey/master文翼2014-01-201-1/+3
| |\ | | | | | | Added option to override the button text when all items are selected
| | * Added option to override the button text when all items are selectedTobias Macey2014-01-041-1/+3
| |/
| * Merge pull request #34 from qqfish/master文翼2013-12-181-0/+13
| |\ | | | | | | Add container property support.
| | * add container supportxiao yu2013-12-111-0/+13
| |/
| * Update label style when the option multiple is true.zhixin2013-11-281-0/+2
| |
| * fix #29: update the optgroups select text.zhixin2013-11-271-4/+34
| |
| * update readmezhixin2013-11-261-3/+3
| |
| * add Contributorszhixin2013-11-261-1/+13
| |
| * fix #30: image is not shown in Firefox 25.0.1zhixin2013-11-232-5/+8
| |
| * 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-122-3/+3
| |
| * update button text align to left.1.0.5zhixin2013-10-121-0/+1
| |
| * Merge pull request #20 from jwheadon/master文翼2013-10-121-8/+37
| |\ | | | | | | Added keyboard support.
| | * 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
| |
| * Merge pull request #14 from guli/patch-1文翼2013-08-061-3/+4
| |\ | | | | | | Save the select width before to hide it.
| | * Get select witdh before to hide it because in some case the width change ↵guli2013-08-061-3/+4
| |/ | | | | | | when hidden.
| * Update the indent.文翼2013-06-281-7/+7
| |
| * Release 1.0.4: fix checkAll error when the filter option is true.1.0.4zhixin2013-06-202-29/+38
| |
| * Fix #12: add width option.zhixin2013-06-171-1/+2
| |