summaryrefslogtreecommitdiffstats
path: root/jquery.multiple.select.js
Commit message (Collapse)AuthorAgeFilesLines
* Update jquery.multiple.select.js to multiple-select.jszhixin2015-11-241-652/+0
|
* Fix filter bug.zhixin2015-11-241-1/+3
|
* Fix #236: single select bug.zhixin2015-11-241-0/+10
|
* Merge pull request #229 from Vasioky/masterwenzhixin2015-11-241-3/+5
|\ | | | | Trigger change for select after set of new value
| * Added reference to instance in events onClick and onOptgroupClickVasile Postolache2015-08-131-2/+4
| |
| * Trigger change for select after set of new valueVasile Postolache2015-08-061-1/+1
| |
* | Fix #224: Update to document.zhixin2015-11-241-1/+1
| |
* | Fix #220: Prevents updateSelectAll() from calling options.onCheckAll() on initzhixin2015-11-241-1/+1
| |
* | Fix #218: Added option.zhixin2015-11-241-2/+4
| |
* | Merge pull request #205 from fkfouri/masterwenzhixin2015-11-241-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 Kfouri2015-05-211-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-fixwenzhixin2015-11-241-1/+1
|\ \ \ | | | | | | | | Fixed filter functionality with 'no-results' label behavior
| * | | Fixed filter functionality with 'no-results' label behaviorEmil Kashkevich2015-04-151-1/+1
| |/ /
* | | Fix #186: changed the body selector to html.zhixin2015-11-241-1/+1
| | |
* | | Fix #184: prevented the dropdown handle error.zhixin2015-11-241-15/+16
| | |
* | | Merge pull request #137 from funkjedi/fix-form-taintwenzhixin2015-11-241-3/+3
|\ \ \ | | | | | | | | INPUT tags should be nameless
| * | | INPUT tags should be namelessTim Robertson2014-10-071-3/+3
| | | | | | | | | | | | which prevents inclusion in submitted form data
* | | | Update to 1.2.0zhixin2015-11-241-159/+190
| | | |
* | | | Fixes typo : ',' were used instead of '+'Gabriel Kaam2015-07-061-2/+2
| |_|/ |/| |
* | | Merge pull request #163 from Acubed/patch-1文翼2015-06-131-37/+38
|\ \ \ | | | | | | | | Fix plain text stored to HTML
| * | | Fix HTML for Select All optionAcubed2014-12-241-5/+5
| | | |
| * | | Fix plain text stored to HTMLAcubed2014-12-221-32/+33
| |/ / | | | | | | Fixes most of #148
* | | Merge pull request #153 from marc-mabe/patch-1文翼2015-06-131-1/+1
|\ \ \ | | | | | | | | Current selected element not displayed in newer jquery versions
| * | | Current selected element not displayed in newer jquery versionsMarc Bennewitz2014-11-171-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-131-1/+2
|\ \ \ | | | | | | | | Fixed the error when element id's contain colons.
| * | | Fixed the fix - when there was no label, an error occured.Tomasz Knyziak2014-11-101-3/+1
| | | |
| * | | Fixed the error when element id's contain colons.Tomasz Knyziak2014-11-091-1/+4
| |/ /
* | | Merge pull request #160 from danielgindi/master文翼2015-06-131-1/+2
|\ \ \ | | | | | | | | Keep original styling of the parent element
| * | | Keep original styling of the parent elementDaniel Cohen Gindi2014-12-081-1/+2
| |/ / | | | | | | It was previously interfering with css stylesheets.
* | | Merge pull request #200 from rgeraads/develop文翼2015-06-131-2/+1
|\ \ \ | | | | | | | | fixed dropdown not closing when focus is lost
| * | | fixed dropdown not closing when focus was lostRandy Geraads2015-05-121-2/+1
| | |/ | |/|
* | | support for add title (tooltip) on the select list David Cohen2015-05-201-0/+4
|/ / | | | | add tooltip to the selectlist with all the selected values
* | Merge pull request #176 from matsu911/master文翼2015-03-111-1/+1
|\ \ | | | | | | added 'close' to allowedMethods
| * | added 'close' to allowedMethodsShigeaki Matsumura2015-02-231-1/+1
| |/
* | Prevent dropdown from closing occasionally when clicking on checkbox itselfInkbug2015-03-041-1/+2
|/
* Fix #134: spelling error.zhixin2014-09-231-4/+4
|
* Merge pull request #115 from steunix/patch-1文翼2014-07-241-1/+1
|\ | | | | Update jquery.multiple.select.js
| * Update jquery.multiple.select.jssteunix2014-07-181-1/+1
| | | | | | div tag must be close, otherwise it does break XHTML pages.
* | Merge pull request #111 from code-couleurs/icheck_compatibility文翼2014-07-241-1/+1
|\ \ | | | | | | little change for icheck compatibility
| * | little change for icheck compatibilityeric2014-07-101-1/+1
| | |
* | | Get percentage width, if used. Check select all if all elements selected on ↵Ben2014-07-181-4/+10
| |/ |/| | | | | init.
* | Format code and update contributors.zhixin2014-07-131-68/+88
| |
* | Merge pull request #108 from code-couleurs/etcaetera_option文翼2014-07-131-4/+11
|\ \ | | | | | | Etcaetera option
| * | option etcaeteraeric2014-07-101-1/+1
| | |
| * | option etcaeteraeric2014-07-101-3/+10
| | |
* | | add a css class to the li parents of selected checkboxeseric2014-07-101-0/+6
| |/ |/|
* | custom delimiter for selectAll textEric Marguin2014-07-101-1/+2
|/
* 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
|/
* Ensure shift-tab causes lost focus from filter as with clicking awayBrett Zamir2014-06-101-1/+5
|
* 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')
* | 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-231-2/+7
|
* 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 :)
* | 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 #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.
* | 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
* Fix #45, #64: update width option to support a percentage setting, and add ↵zhixin2014-05-051-6/+3
| | | | responsive layout.
* Fix #65: show selectAll and hide noResults when open.zhixin2014-04-291-0/+5
|
* 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-241-1/+1
|
* 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-151-1/+1
|
* Fix #42: Add styler option to custom item style.zhixin2014-04-151-2/+5
|
* Fix countSelected display errorzhixin2014-04-141-2/+4
|
* 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
|
* 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'.
* 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.
* Fix #47: add 'No matches found' message when there are no results found.zhixin2014-03-121-0/+11
|
* Fix #43: add position option.zhixin2014-03-061-1/+2
|
* Fix #44: The filters not working bugs and update the version to 1.0.71.0.7zhixin2014-03-061-2/+2
|
* Fix #21: Update the version to 1.0.6 and add an to allow only single select.1.0.6zhixin2014-03-041-398/+400
|