Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #105 from sergiomcalzada/master | 文翼 | 2014-06-29 | 1 | -51/+52 | |
|\ \ \ \ | |_|_|/ |/| | | | add text template, so text could be customized | |||||
| * | | | use the $element in the function | sergiomcalzada | 2014-06-24 | 1 | -52/+52 | |
| | | | | ||||||
| * | | | add text template, so text could be customized | sergiomcalzada | 2014-06-24 | 1 | -2/+3 | |
|/ / / | ||||||
* | | | Merge pull request #101 from brettz9/optgroup-checkboxes-optional | 文翼 | 2014-06-20 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Make optgroups' checkboxes optional | |||||
| * | | | apply more accurate name for option | Brett Zamir | 2014-06-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Make optgroups' checkboxes optional | Brett Zamir | 2014-06-16 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #100 from brettz9/connect-select-back-to-its-label | 文翼 | 2014-06-20 | 1 | -2/+16 | |
|\ \ \ \ | | | | | | | | | | | Connect select back to its label to fix issue #99 | |||||
| * | | | | Prevent child labels from causing closing of selection | Brett Zamir | 2014-06-14 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Connect select back to its label to fix issue #99 | Brett Zamir | 2014-06-13 | 1 | -2/+16 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #98 from brettz9/copy-select-and-options-classes-to-list | 文翼 | 2014-06-20 | 1 | -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 Zamir | 2014-06-13 | 1 | -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 Zamir | 2014-06-13 | 1 | -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 delimiter | zhixin | 2014-06-20 | 1 | -3/+10 | |
| | | | | ||||||
* | | | | Update CHANGELOG. | zhixin | 2014-06-13 | 2 | -67/+70 | |
| | | | | ||||||
* | | | | Update CONTRIBUTORS.md | 文翼 | 2014-06-13 | 1 | -25/+25 | |
| | | | | ||||||
* | | | | Update CONTRIBUTORS. | zhixin | 2014-06-13 | 3 | -14/+110 | |
|/ / / | ||||||
* | | | Merge pull request #97 from brettz9/shift-tab | 文翼 | 2014-06-11 | 1 | -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 away | Brett Zamir | 2014-06-10 | 1 | -1/+5 | |
|/ | ||||||
* | Merge pull request #95 from xavierdutreilh/master | 文翼 | 2014-06-10 | 2 | -0/+14 | |
|\ | | | | | Add bower.json | |||||
| * | Add bower.json | Xavier Dutreilh | 2014-06-10 | 2 | -0/+14 | |
|/ | ||||||
* | Merge pull request #93 from brettz9/filterAcceptOnEnter-option | 文翼 | 2014-06-10 | 1 | -1/+10 | |
|\ | | | | | Add a filterAcceptOnEnter option | |||||
| * | Add a filterAcceptOnEnter option | Brett Zamir | 2014-06-10 | 1 | -1/+10 | |
| | | ||||||
* | | Merge pull request #92 from brettz9/focus-filter | 文翼 | 2014-06-10 | 1 | -0/+1 | |
|\ \ | | | | | | | Is convenient if the filter immediately gets focus | |||||
| * | | Is convenient if the filter immediately gets focus | Brett Zamir | 2014-06-10 | 1 | -0/+1 | |
| |/ | ||||||
* | | Merge pull request #91 from brettz9/options-and-method | 文翼 | 2014-06-10 | 1 | -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 Zamir | 2014-06-10 | 1 | -0/+3 | |
| |/ | | | | | | | $('#ms').multipleSelect({filter: true}, 'focus') | |||||
* | | Merge pull request #90 from brettz9/no-tabs | 文翼 | 2014-06-10 | 1 | -19/+19 | |
|\ \ | |/ |/| | Fix to follow pre-existing convention of 4 spaces | |||||
| * | Fix to follow pre-existing convention of 4 spaces | Brett Zamir | 2014-06-10 | 1 | -19/+19 | |
|/ | ||||||
* | Fix #81: the change event is triggered when the select is updated. | zhixin | 2014-05-23 | 2 | -3/+10 | |
| | ||||||
* | Fix #71: display 'All Selected' error when no options or only one option. | zhixin | 2014-05-23 | 1 | -5/+7 | |
| | ||||||
* | Fix #77: Says 'All selected' when no options in select box. | zhixin | 2014-05-23 | 1 | -1/+9 | |
| | ||||||
* | Update 'seperator' to 'separator' | zhixin | 2014-05-23 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #74 from topas08/patch-1 | 文翼 | 2014-05-20 | 1 | -12/+23 | |
|\ | | | | | Adding blockSeperator option | |||||
| * | Adding blockSeperator option | topas08 | 2014-05-15 | 1 | -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-20 | 1 | -2/+2 | |
|\ \ | | | | | | | Update jquery.multiple.select.js | |||||
| * | | Update jquery.multiple.select.js | JustAndrei | 2014-05-18 | 1 | -2/+2 | |
|/ / | | | | | It didn't work correctly with optgroups. | |||||
* | | Format the code. | zhixin | 2014-05-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #75 from fedesoria/patch-1 | 文翼 | 2014-05-16 | 1 | -1/+2 | |
|\ \ | | | | | | | Trigger the checkbox on the entire line | |||||
| * | | Trigger the checkbox on the entire line | Federico Soria | 2014-05-15 | 1 | -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-16 | 1 | -1/+2 | |
|\ \ | | | | | | | Make 'No matches found' translatable | |||||
| * | | Make 'No matches found' translatable | nicolas-joubert | 2014-05-16 | 1 | -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-16 | 1 | -1/+1 | |
|\ \ | |/ |/| | Add ability to work with none multiple select | |||||
| * | Add ability to work with none multiple select | nicolas-joubert | 2014-05-15 | 1 | -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. | zhixin | 2014-05-05 | 1 | -5/+0 | |
| | ||||||
* | Update width option docs. | zhixin | 2014-05-05 | 2 | -4/+6 | |
| | ||||||
* | Fix #45, #64: update width option to support a percentage setting, and add ↵ | zhixin | 2014-05-05 | 14 | -29/+9817 | |
| | | | | responsive layout. | |||||
* | Fix #65: show selectAll and hide noResults when open. | zhixin | 2014-04-29 | 1 | -0/+5 | |
| | ||||||
* | Update index.html | zhixin | 2014-04-28 | 1 | -1/+1 | |
| | ||||||
* | Add index.html to redirect to 'docs'. | zhixin | 2014-04-28 | 1 | -0/+11 | |
| | ||||||
* | Add docs. | zhixin | 2014-04-28 | 13 | -0/+5751 | |
| | ||||||
* | Merge branch 'master' of github.com:wenzhixin/multiple-select | zhixin | 2014-04-28 | 7 | -0/+836 | |
|\ | ||||||
| * | Fix #48: auto hide when the single option is set to true. | zhixin | 2014-04-25 | 1 | -0/+4 | |
| | | ||||||
| * | Update to version 1.1.01.1.0 | zhixin | 2014-04-24 | 2 | -2/+2 | |
| | | ||||||
| * | Add Changelog. | zhixin | 2014-04-24 | 1 | -0/+70 | |
| | | ||||||
| * | Fix #63: add keepOpen option. | zhixin | 2014-04-24 | 1 | -8/+11 | |
| | | ||||||
| * | Fix #62: call open function after init when isOpen and filter options are ↵ | zhixin | 2014-04-19 | 1 | -4/+4 | |
| | | | | | | | | set to true. | |||||
| * | Fix #57: fire onCheckAll when literally select each element till all are ↵ | zhixin | 2014-04-17 | 1 | -0/+3 | |
| | | | | | | | | selected. | |||||
| * | Add data attributes for support. | zhixin | 2014-04-17 | 1 | -1/+2 | |
| | | ||||||
| * | Fix #55: add 'name' option. | zhixin | 2014-04-17 | 1 | -13/+20 | |
| | | ||||||
| * | Update to version to 1.0.91.0.9 | zhixin | 2014-04-15 | 3 | -3/+6 | |
| | | ||||||
| * | Fix #42: Add styler option to custom item style. | zhixin | 2014-04-15 | 1 | -2/+5 | |
| | | ||||||
| * | Fix countSelected display error | zhixin | 2014-04-14 | 1 | -2/+4 | |
| | | ||||||
| * | Merge pull request #59 from ajeffrey/master | 文翼 | 2014-04-14 | 1 | -2/+3 | |
| |\ | | | | | | | Added fix for firefox bug | |||||
| | * | Added fix for firefox bug | Alex Jeffrey | 2014-04-11 | 1 | -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. | zhixin | 2014-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #54 from jonagoldman/master | 文翼 | 2014-04-03 | 1 | -8/+13 | |
| |\ | | | | | | | Added 3 new options: 'allSelected', 'minumimCountSelected' and 'countSelected' | |||||
| | * | Added 3 new options: 'allSelected', 'minumimCountSelected' and 'countSelected' | Jona Goldman | 2014-04-02 | 1 | -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. | zhixin | 2014-03-26 | 1 | -2/+2 | |
| | | ||||||
| * | Add demos. | zhixin | 2014-03-26 | 1 | -0/+38 | |
| | | ||||||
| * | Fix #35: add onFocus and onBlur events. | zhixin | 2014-03-23 | 1 | -1/+8 | |
| | | ||||||
| * | Fix #25: add focus and blur methods. | zhixin | 2014-03-23 | 1 | -1/+15 | |
| | | ||||||
| * | Fix #31: trigger the onCheckAll & onUncheckAll events when use filter to ↵ | zhixin | 2014-03-22 | 1 | -0/+1 | |
| | | | | | | | | Select All. | |||||
| * | Update the license to The MIT License.1.0.8 | zhixin | 2014-03-18 | 3 | -32/+24 | |
| | | ||||||
| * | Fix #47: add 'No matches found' message when there are no results found. | zhixin | 2014-03-12 | 2 | -0/+15 | |
| | | ||||||
| * | Fix #43: add position option. | zhixin | 2014-03-06 | 2 | -2/+12 | |
| | | ||||||
| * | Fix #44: The filters not working bugs and update the version to 1.0.71.0.7 | zhixin | 2014-03-06 | 2 | -3/+3 | |
| | | ||||||
| * | Fix #21: Update the version to 1.0.6 and add an to allow only single select.1.0.6 | zhixin | 2014-03-04 | 3 | -509/+511 | |
| | | ||||||
| * | Merge pull request #37 from blarghmatey/master | 文翼 | 2014-01-20 | 1 | -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 selected | Tobias Macey | 2014-01-04 | 1 | -1/+3 | |
| |/ | ||||||
| * | Merge pull request #34 from qqfish/master | 文翼 | 2013-12-18 | 1 | -0/+13 | |
| |\ | | | | | | | Add container property support. | |||||
| | * | add container support | xiao yu | 2013-12-11 | 1 | -0/+13 | |
| |/ | ||||||
| * | Update label style when the option multiple is true. | zhixin | 2013-11-28 | 1 | -0/+2 | |
| | | ||||||
| * | fix #29: update the optgroups select text. | zhixin | 2013-11-27 | 1 | -4/+34 | |
| | | ||||||
| * | update readme | zhixin | 2013-11-26 | 1 | -3/+3 | |
| | | ||||||
| * | add Contributors | zhixin | 2013-11-26 | 1 | -1/+13 | |
| | | ||||||
| * | fix #30: image is not shown in Firefox 25.0.1 | zhixin | 2013-11-23 | 2 | -5/+8 | |
| | | ||||||
| * | fix warning: variable defined twice. | zhixin | 2013-11-23 | 1 | -5/+9 | |
| | | ||||||
| * | fix disabled group click bug. | zhixin | 2013-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix #22: fix group filter problem | zhixin | 2013-10-18 | 1 | -3/+6 | |
| | | ||||||
| * | fix #23: remove the focusout event listner. | zhixin | 2013-10-18 | 1 | -28/+21 | |
| | | ||||||
| * | update the version to 1.0.5 and the button text width. | zhixin | 2013-10-12 | 2 | -3/+3 | |
| | | ||||||
| * | update button text align to left.1.0.5 | zhixin | 2013-10-12 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #20 from jwheadon/master | 文翼 | 2013-10-12 | 1 | -8/+37 | |
| |\ | | | | | | | Added keyboard support. | |||||
| | * | Added keyboard support. | Jason Wheadon | 2013-10-12 | 1 | -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. | zhixin | 2013-08-24 | 1 | -4/+6 | |
| | | ||||||
| * | Merge pull request #14 from guli/patch-1 | 文翼 | 2013-08-06 | 1 | -3/+4 | |
| |\ | | | | | | | Save the select width before to hide it. | |||||
| | * | Get select witdh before to hide it because in some case the width change ↵ | guli | 2013-08-06 | 1 | -3/+4 | |
| |/ | | | | | | | when hidden. | |||||
| * | Update the indent. | 文翼 | 2013-06-28 | 1 | -7/+7 | |
| | | ||||||
| * | Release 1.0.4: fix checkAll error when the filter option is true.1.0.4 | zhixin | 2013-06-20 | 2 | -29/+38 | |
| | | ||||||
| * | Fix #12: add width option. | zhixin | 2013-06-17 | 1 | -1/+2 | |
| | |