summaryrefslogtreecommitdiffstats
path: root/jquery.multiple.select.js
Commit message (Expand)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
|\
| * 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
|\ \
| * | This improvement fix the problem described at Issue # 188, that when all chil...Fabio Kfouri2015-05-211-0/+8
* | | Merge pull request #195 from lysyi3m/filter-fixwenzhixin2015-11-241-1/+1
|\ \ \
| * | | 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 namelessTim Robertson2014-10-071-3/+3
* | | | 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 HTML for Select All optionAcubed2014-12-241-5/+5
| * | | Fix plain text stored to HTMLAcubed2014-12-221-32/+33
| |/ /
* | | Merge pull request #153 from marc-mabe/patch-1文翼2015-06-131-1/+1
|\ \ \
| * | | Current selected element not displayed in newer jquery versionsMarc Bennewitz2014-11-171-1/+1
| |/ /
* | | Merge pull request #146 from tknyziak/master文翼2015-06-131-1/+2
|\ \ \
| * | | 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 elementDaniel Cohen Gindi2014-12-081-1/+2
| |/ /
* | | Merge pull request #200 from rgeraads/develop文翼2015-06-131-2/+1
|\ \ \
| * | | 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
|/ /
* | Merge pull request #176 from matsu911/master文翼2015-03-111-1/+1
|\ \
| * | 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.jssteunix2014-07-181-1/+1
* | Merge pull request #111 from code-couleurs/icheck_compatibility文翼2014-07-241-1/+1
|\ \
| * | little change for icheck compatibilityeric2014-07-101-1/+1
* | | Get percentage width, if used. Check select all if all elements selected on i...Ben2014-07-181-4/+10
| |/ |/|
* | Format code and update contributors.zhixin2014-07-131-68/+88
* | Merge pull request #108 from code-couleurs/etcaetera_option文翼2014-07-131-4/+11
|\ \
| * | 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
|\
| * 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
|\ \
| * | 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
|\ \
| * | Put class on ms-parent div instead of ul (so title tooltip can be accessible ...Brett Zamir2014-06-131-5/+14
| * | If a class is present on the original <select> or individual <option>s, copy ...Brett Zamir2014-06-131-4/+6
| |/
* | 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 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 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').multipleSel...Brett Zamir2014-06-101-0/+3
| |/
* | 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 optiontopas082014-05-151-12/+23
* | Update jquery.multiple.select.jsJustAndrei2014-05-181-2/+2
* | 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' translatablenicolas-joubert2014-05-161-1/+2
| |/
* | Add ability to work with none multiple selectnicolas-joubert2014-05-151-1/+1
|/
* Fix #45, #64: update width option to support a percentage setting, and add re...zhixin2014-05-051-6/+3
* 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 set...zhixin2014-04-191-4/+4
* Fix #57: fire onCheckAll when literally select each element till all are sele...zhixin2014-04-171-0/+3
* 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
* 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
* 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 Sele...zhixin2014-03-221-0/+1
* 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