Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update jquery.multiple.select.js to multiple-select.js | zhixin | 2015-11-24 | 1 | -652/+0 |
| | |||||
* | Fix filter bug. | zhixin | 2015-11-24 | 1 | -1/+3 |
| | |||||
* | Fix #236: single select bug. | zhixin | 2015-11-24 | 1 | -0/+10 |
| | |||||
* | Merge pull request #229 from Vasioky/master | wenzhixin | 2015-11-24 | 1 | -3/+5 |
|\ | | | | | Trigger change for select after set of new value | ||||
| * | Added reference to instance in events onClick and onOptgroupClick | Vasile Postolache | 2015-08-13 | 1 | -2/+4 |
| | | |||||
| * | Trigger change for select after set of new value | Vasile Postolache | 2015-08-06 | 1 | -1/+1 |
| | | |||||
* | | Fix #224: Update to document. | zhixin | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | Fix #220: Prevents updateSelectAll() from calling options.onCheckAll() on init | zhixin | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | Fix #218: Added option. | zhixin | 2015-11-24 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #205 from fkfouri/master | wenzhixin | 2015-11-24 | 1 | -0/+8 |
|\ \ | | | | | | | Fix #188: Automatically set Group when all child was selected | ||||
| * | | This improvement fix the problem described at Issue # 188, that when all ↵ | Fabio Kfouri | 2015-05-21 | 1 | -0/+8 |
| | | | | | | | | | | | | child of a Group were set as true, the parent group was not set as true automatically. | ||||
* | | | Merge pull request #195 from lysyi3m/filter-fix | wenzhixin | 2015-11-24 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed filter functionality with 'no-results' label behavior | ||||
| * | | | Fixed filter functionality with 'no-results' label behavior | Emil Kashkevich | 2015-04-15 | 1 | -1/+1 |
| |/ / | |||||
* | | | Fix #186: changed the body selector to html. | zhixin | 2015-11-24 | 1 | -1/+1 |
| | | | |||||
* | | | Fix #184: prevented the dropdown handle error. | zhixin | 2015-11-24 | 1 | -15/+16 |
| | | | |||||
* | | | Merge pull request #137 from funkjedi/fix-form-taint | wenzhixin | 2015-11-24 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | INPUT tags should be nameless | ||||
| * | | | INPUT tags should be nameless | Tim Robertson | 2014-10-07 | 1 | -3/+3 |
| | | | | | | | | | | | | which prevents inclusion in submitted form data | ||||
* | | | | Update to 1.2.0 | zhixin | 2015-11-24 | 1 | -159/+190 |
| | | | | |||||
* | | | | Fixes typo : ',' were used instead of '+' | Gabriel Kaam | 2015-07-06 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Merge pull request #163 from Acubed/patch-1 | 文翼 | 2015-06-13 | 1 | -37/+38 |
|\ \ \ | | | | | | | | | Fix plain text stored to HTML | ||||
| * | | | Fix HTML for Select All option | Acubed | 2014-12-24 | 1 | -5/+5 |
| | | | | |||||
| * | | | Fix plain text stored to HTML | Acubed | 2014-12-22 | 1 | -32/+33 |
| |/ / | | | | | | | Fixes most of #148 | ||||
* | | | Merge pull request #153 from marc-mabe/patch-1 | 文翼 | 2015-06-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Current selected element not displayed in newer jquery versions | ||||
| * | | | Current selected element not displayed in newer jquery versions | Marc Bennewitz | 2014-11-17 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | ... without jquery.migrate. It's because it's using `that.$el.attr("selected") == "selected"` on single selects. I have changed that to `$elm.prop('selected')` (same as on multi selects) and it works fine for me but I don't know why it was explicitly using another element variable and the `attr()` function for `selected`. | ||||
* | | | Merge pull request #146 from tknyziak/master | 文翼 | 2015-06-13 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Fixed the error when element id's contain colons. | ||||
| * | | | Fixed the fix - when there was no label, an error occured. | Tomasz Knyziak | 2014-11-10 | 1 | -3/+1 |
| | | | | |||||
| * | | | Fixed the error when element id's contain colons. | Tomasz Knyziak | 2014-11-09 | 1 | -1/+4 |
| |/ / | |||||
* | | | Merge pull request #160 from danielgindi/master | 文翼 | 2015-06-13 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Keep original styling of the parent element | ||||
| * | | | Keep original styling of the parent element | Daniel Cohen Gindi | 2014-12-08 | 1 | -1/+2 |
| |/ / | | | | | | | It was previously interfering with css stylesheets. | ||||
* | | | Merge pull request #200 from rgeraads/develop | 文翼 | 2015-06-13 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | fixed dropdown not closing when focus is lost | ||||
| * | | | fixed dropdown not closing when focus was lost | Randy Geraads | 2015-05-12 | 1 | -2/+1 |
| | |/ | |/| | |||||
* | | | support for add title (tooltip) on the select list | David Cohen | 2015-05-20 | 1 | -0/+4 |
|/ / | | | | | add tooltip to the selectlist with all the selected values | ||||
* | | Merge pull request #176 from matsu911/master | 文翼 | 2015-03-11 | 1 | -1/+1 |
|\ \ | | | | | | | added 'close' to allowedMethods | ||||
| * | | added 'close' to allowedMethods | Shigeaki Matsumura | 2015-02-23 | 1 | -1/+1 |
| |/ | |||||
* | | Prevent dropdown from closing occasionally when clicking on checkbox itself | Inkbug | 2015-03-04 | 1 | -1/+2 |
|/ | |||||
* | Fix #134: spelling error. | zhixin | 2014-09-23 | 1 | -4/+4 |
| | |||||
* | Merge pull request #115 from steunix/patch-1 | 文翼 | 2014-07-24 | 1 | -1/+1 |
|\ | | | | | Update jquery.multiple.select.js | ||||
| * | Update jquery.multiple.select.js | steunix | 2014-07-18 | 1 | -1/+1 |
| | | | | | | div tag must be close, otherwise it does break XHTML pages. | ||||
* | | Merge pull request #111 from code-couleurs/icheck_compatibility | 文翼 | 2014-07-24 | 1 | -1/+1 |
|\ \ | | | | | | | little change for icheck compatibility | ||||
| * | | little change for icheck compatibility | eric | 2014-07-10 | 1 | -1/+1 |
| | | | |||||
* | | | Get percentage width, if used. Check select all if all elements selected on ↵ | Ben | 2014-07-18 | 1 | -4/+10 |
| |/ |/| | | | | | init. | ||||
* | | Format code and update contributors. | zhixin | 2014-07-13 | 1 | -68/+88 |
| | | |||||
* | | Merge pull request #108 from code-couleurs/etcaetera_option | 文翼 | 2014-07-13 | 1 | -4/+11 |
|\ \ | | | | | | | Etcaetera option | ||||
| * | | option etcaetera | eric | 2014-07-10 | 1 | -1/+1 |
| | | | |||||
| * | | option etcaetera | eric | 2014-07-10 | 1 | -3/+10 |
| | | | |||||
* | | | add a css class to the li parents of selected checkboxes | eric | 2014-07-10 | 1 | -0/+6 |
| |/ |/| | |||||
* | | custom delimiter for selectAll text | Eric Marguin | 2014-07-10 | 1 | -1/+2 |
|/ | |||||
* | 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 |
|/ | |||||
* | Ensure shift-tab causes lost focus from filter as with clicking away | Brett Zamir | 2014-06-10 | 1 | -1/+5 |
| | |||||
* | 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') | ||||
* | | 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 | 1 | -2/+7 |
| | |||||
* | 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 :) | ||||
* | | 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 #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. | ||||
* | | 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 | ||||
* | Fix #45, #64: update width option to support a percentage setting, and add ↵ | zhixin | 2014-05-05 | 1 | -6/+3 |
| | | | | responsive layout. | ||||
* | Fix #65: show selectAll and hide noResults when open. | zhixin | 2014-04-29 | 1 | -0/+5 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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'. | ||||
* | 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. | ||||
* | Fix #47: add 'No matches found' message when there are no results found. | zhixin | 2014-03-12 | 1 | -0/+11 |
| | |||||
* | Fix #43: add position option. | zhixin | 2014-03-06 | 1 | -1/+2 |
| | |||||
* | Fix #44: The filters not working bugs and update the version to 1.0.71.0.7 | zhixin | 2014-03-06 | 1 | -2/+2 |
| | |||||
* | Fix #21: Update the version to 1.0.6 and add an to allow only single select.1.0.6 | zhixin | 2014-03-04 | 1 | -398/+400 |
| |