summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added wrap span to label text.HEADorigin/masterorigin/HEADmasterzhixin2016-01-182-1/+2
|
* Fix #264: updated the default of textTemplate to .html().1.2.1zhixin2016-01-031-1/+1
|
* Update to 1.2.1zhixin2016-01-037-8/+16
|
* Merge pull request #266 from ivansg/masterwenzhixin2016-01-021-1/+96
|\ | | | | Added logic to perform accent insensitive compare when filtering values
| * Added logic to perform accent insensitive compare when filtering valuesIvan Santos2015-12-311-1/+96
|/
* Merge pull request #262 from 0x0049/masterwenzhixin2015-12-161-1/+1
|\ | | | | Add selected class to "select all" option
| * Add selected class to "select all" option0x00492015-12-141-1/+1
|/ | | Previously it would be applied to everything _except_ the "select all" option, making it impossible to style the "select all" option when it was selected.
* Merge pull request #259 from alexisgayte/masterwenzhixin2015-12-091-1/+3
|\ | | | | fixed #193: diseable issue
| * fixed diseable issuealexis GAYTE2015-12-091-1/+3
|/
* Update docs.zhixin2015-12-071-0/+5
|
* Fix jQuery dependency.wenzhixin2015-12-021-1/+1
|
* Merge pull request #258 from salavessa/masterwenzhixin2015-12-011-2/+4
|\ | | | | Fix #257: <label> element detection
| * Fix #257: <label> element detectionJoão2015-12-011-2/+4
|/
* Fixed #144: added 'animate' option to support fade and slide animates.zhixin2015-11-271-3/+19
|
* Fix #139: Added onFilter event.zhixin2015-11-271-0/+5
|
* Format the codezhixin2015-11-272-1/+2
|
* Fix #69: add dropWidth option.zhixin2015-11-272-5/+14
|
* Merge pull request #256 from vlados/masterwenzhixin2015-11-271-4/+5
|\ | | | | Added `open` and `close` methods.
| * Added open and close functions to be called publicVladislav Stoitsov2015-11-261-4/+5
|/
* Fix #154: special character problem.zhixin2015-11-251-5/+7
|
* Fix #84: single select with Optgroups bug.zhixin2015-11-251-1/+2
|
* Fix #197: wrong selectors in docs.zhixin2015-11-241-2/+2
|
* Fix filter not match bug.1.2.0zhixin2015-11-242-0/+3
|
* Update README.mdwenzhixin2015-11-241-3/+3
|
* Update READMEzhixin2015-11-241-0/+4
|
* Update jquery.multiple.select.js to multiple-select.jszhixin2015-11-248-43/+44
|
* Fix filter bug.zhixin2015-11-241-1/+3
|
* Fix #236: single select bug.zhixin2015-11-242-0/+11
|
* 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-242-1/+2
| |
* | Fix #218: Added option.zhixin2015-11-242-2/+7
| |
* | 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-242-1/+2
| | |
* | | Fix #184: prevented the dropdown handle error.zhixin2015-11-242-15/+17
| | |
* | | 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-249-291/+224
| | | |
* | | | Merge pull request #241 from PeterDaveHello/package.json文翼2015-09-061-0/+33
|\ \ \ \ | | | | | | | | | | add package.json, close #240
| * | | | add package.json, close #240Peter Dave Hello2015-09-011-0/+33
| | |_|/ | |/| | | | | | | | | | Ref to multiple-select.jquery.json and bower.json
* | | | Merge pull request #222 from gabriel-kaam/gkaam/patch-4文翼2015-09-031-2/+2
|\ \ \ \ | |/ / / |/| | | Fixes typo : ',' were used instead of '+'
| * | | 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
| | |_|/ | |/| |
* | | | Merge pull request #203 from DavidCo1/master文翼2015-06-131-0/+4
|\ \ \ \ | | | | | | | | | | support for add title (tooltip) on the select list
| * \ \ \ Merge pull request #1 from DavidCo1/DavidCo1-add-tooltipDavid Cohen2015-05-201-0/+4
| |\ \ \ \ | | |/ / / | |/| | | support for add title (tooltip) on the select list
| | * | | 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 #202 from ahmadalfy/patch-1文翼2015-06-131-0/+5
|\ \ \ \ | |/ / / |/| | | Added main property
| * | | Added main propertyAhmad Alfy2015-05-161-0/+5
|/ / / | | | | | | The "main" property is meant to include the primary acting files necessary to use the package. A lot of build tools and tasks rely on it.
* | | 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
| | | |
* | | | Merge pull request #182 from Inkbug/master文翼2015-03-111-1/+2
|\ \ \ \ | |/ / / |/| | | Prevent dropdown from closing when clicking on checkbox
| * | | Prevent dropdown from closing occasionally when clicking on checkbox itselfInkbug2015-03-041-1/+2
|/ / /
* | | Merge pull request #175 from ltdeta/master文翼2015-02-141-0/+0
|\ \ \ | | | | | | | | update multiple-select.png
| * | | update multiple-select.pngltdeta2015-02-131-0/+0
|/ / / | | | | | | | | | update multiple-select.png with changed arrow position
* | | Merge pull request #96 from brettz9/master文翼2015-02-131-2/+2
|\ \ \ | |_|/ |/| | Bump version (since bower is apparently caching the old version) and use...
| * | Merge branch 'master' of https://github.com/wenzhixin/multiple-select.gitBrett Zamir2014-07-104-103/+120
| |\ \
| * \ \ Merge branch 'master' of https://github.com/wenzhixin/multiple-select.gitBrett Zamir2014-06-205-93/+224
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/wenzhixin/multiple-select.gitBrett Zamir2014-06-111-1/+5
| |\ \ \ \
| * | | | | Bump version (since bower is apparently caching the old version) and use ↵Brett Zamir2014-06-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | more up to date semantic versioning (and to ensure versions jQuery 1.8+ are not accepted in case there is breakage since jQuery has made backward-incompatible changes (contrary to semver))
* | | | | | Fix typo.文翼2014-12-221-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix #134: spelling error.zhixin2014-09-234-8/+8
| | | | |
* | | | | Merge pull request #130 from patrickdo/patch-1文翼2014-09-041-2/+2
|\ \ \ \ \ | | | | | | | | | | | | switching up/down arrows to be more consistent
| * | | | | switching up/down arrows to be more consistentpatrickdo2014-09-031-2/+2
|/ / / / / | | | | | | | | | | | | | | | See http://ivaynberg.github.io/select2/ and http://harvesthq.github.io/chosen/ . Arrow should be pointing down when selectbox is closed, and pointing up when selectbox is open.
* | | | | Update keeyOpen to keepOpen.zhixin2014-08-212-4/+6
| | | | |
* | | | | 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
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #116 from Smashman/master文翼2014-07-242-4/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Get percentage width, if used. Check select all if all elements selected on init.
| * | | | | Get percentage width, if used. Check select all if all elements selected on ↵Ben2014-07-182-4/+11
|/ / / / / | | | | | | | | | | | | | | | init.
* | | | | Format code and update contributors.zhixin2014-07-132-100/+127
| | | | |
* | | | | Merge pull request #108 from code-couleurs/etcaetera_option文翼2014-07-132-4/+19
|\ \ \ \ \ | | | | | | | | | | | | Etcaetera option
| * | | | | document option etcaeteraEric Marguin2014-07-101-0/+8
| | | | | |
| * | | | | option etcaeteraeric2014-07-101-1/+1
| | | | | |
| * | | | | option etcaeteraeric2014-07-101-3/+10
| | | | | |
* | | | | | Merge pull request #110 from code-couleurs/selectedClass文翼2014-07-131-0/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | add a css class to the li parents of selected checkboxes
| * | | | | add a css class to the li parents of selected checkboxeseric2014-07-101-0/+6
|/ / / / /
* | | | | Merge pull request #107 from code-couleurs/selectAllTextDelimiter文翼2014-07-102-1/+10
|\ \ \ \ \ | |/ / / / |/| | | | custom delimiter for selectAll text
| * | | | documentationEric Marguin2014-07-101-0/+8
| | | | |
| * | | | custom delimiter for selectAll textEric Marguin2014-07-101-1/+2
|/ / / /
* | | | Update CONTRIBUTORS.md文翼2014-07-031-8/+8
| | | |
* | | | Update CONTRIBUTORS.md文翼2014-07-031-55/+55
| | | |
* | | | Update docs github btns.zhixin2014-06-301-3/+3
| | | |
* | | | Update CONTRIBUTORS.mdzhixin2014-06-301-20/+27
| | | |