Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added wrap span to label text.HEADorigin/masterorigin/HEADmaster | zhixin | 2016-01-18 | 2 | -1/+2 |
| | |||||
* | Fix #264: updated the default of textTemplate to .html().1.2.1 | zhixin | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Update to 1.2.1 | zhixin | 2016-01-03 | 7 | -8/+16 |
| | |||||
* | Merge pull request #266 from ivansg/master | wenzhixin | 2016-01-02 | 1 | -1/+96 |
|\ | | | | | Added logic to perform accent insensitive compare when filtering values | ||||
| * | Added logic to perform accent insensitive compare when filtering values | Ivan Santos | 2015-12-31 | 1 | -1/+96 |
|/ | |||||
* | Merge pull request #262 from 0x0049/master | wenzhixin | 2015-12-16 | 1 | -1/+1 |
|\ | | | | | Add selected class to "select all" option | ||||
| * | Add selected class to "select all" option | 0x0049 | 2015-12-14 | 1 | -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/master | wenzhixin | 2015-12-09 | 1 | -1/+3 |
|\ | | | | | fixed #193: diseable issue | ||||
| * | fixed diseable issue | alexis GAYTE | 2015-12-09 | 1 | -1/+3 |
|/ | |||||
* | Update docs. | zhixin | 2015-12-07 | 1 | -0/+5 |
| | |||||
* | Fix jQuery dependency. | wenzhixin | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #258 from salavessa/master | wenzhixin | 2015-12-01 | 1 | -2/+4 |
|\ | | | | | Fix #257: <label> element detection | ||||
| * | Fix #257: <label> element detection | João | 2015-12-01 | 1 | -2/+4 |
|/ | |||||
* | Fixed #144: added 'animate' option to support fade and slide animates. | zhixin | 2015-11-27 | 1 | -3/+19 |
| | |||||
* | Fix #139: Added onFilter event. | zhixin | 2015-11-27 | 1 | -0/+5 |
| | |||||
* | Format the code | zhixin | 2015-11-27 | 2 | -1/+2 |
| | |||||
* | Fix #69: add dropWidth option. | zhixin | 2015-11-27 | 2 | -5/+14 |
| | |||||
* | Merge pull request #256 from vlados/master | wenzhixin | 2015-11-27 | 1 | -4/+5 |
|\ | | | | | Added `open` and `close` methods. | ||||
| * | Added open and close functions to be called public | Vladislav Stoitsov | 2015-11-26 | 1 | -4/+5 |
|/ | |||||
* | Fix #154: special character problem. | zhixin | 2015-11-25 | 1 | -5/+7 |
| | |||||
* | Fix #84: single select with Optgroups bug. | zhixin | 2015-11-25 | 1 | -1/+2 |
| | |||||
* | Fix #197: wrong selectors in docs. | zhixin | 2015-11-24 | 1 | -2/+2 |
| | |||||
* | Fix filter not match bug.1.2.0 | zhixin | 2015-11-24 | 2 | -0/+3 |
| | |||||
* | Update README.md | wenzhixin | 2015-11-24 | 1 | -3/+3 |
| | |||||
* | Update README | zhixin | 2015-11-24 | 1 | -0/+4 |
| | |||||
* | Update jquery.multiple.select.js to multiple-select.js | zhixin | 2015-11-24 | 8 | -43/+44 |
| | |||||
* | Fix filter bug. | zhixin | 2015-11-24 | 1 | -1/+3 |
| | |||||
* | Fix #236: single select bug. | zhixin | 2015-11-24 | 2 | -0/+11 |
| | |||||
* | 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 | 2 | -1/+2 |
| | | |||||
* | | Fix #218: Added option. | zhixin | 2015-11-24 | 2 | -2/+7 |
| | | |||||
* | | 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 | 2 | -1/+2 |
| | | | |||||
* | | | Fix #184: prevented the dropdown handle error. | zhixin | 2015-11-24 | 2 | -15/+17 |
| | | | |||||
* | | | 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 | 9 | -291/+224 |
| | | | | |||||
* | | | | Merge pull request #241 from PeterDaveHello/package.json | 文翼 | 2015-09-06 | 1 | -0/+33 |
|\ \ \ \ | | | | | | | | | | | add package.json, close #240 | ||||
| * | | | | add package.json, close #240 | Peter Dave Hello | 2015-09-01 | 1 | -0/+33 |
| | |_|/ | |/| | | | | | | | | | | Ref to multiple-select.jquery.json and bower.json | ||||
* | | | | Merge pull request #222 from gabriel-kaam/gkaam/patch-4 | 文翼 | 2015-09-03 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Fixes typo : ',' were used instead of '+' | ||||
| * | | | 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 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #203 from DavidCo1/master | 文翼 | 2015-06-13 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | support for add title (tooltip) on the select list | ||||
| * \ \ \ | Merge pull request #1 from DavidCo1/DavidCo1-add-tooltip | David Cohen | 2015-05-20 | 1 | -0/+4 |
| |\ \ \ \ | | |/ / / | |/| | | | support for add title (tooltip) on the select list | ||||
| | * | | | 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 #202 from ahmadalfy/patch-1 | 文翼 | 2015-06-13 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | Added main property | ||||
| * | | | Added main property | Ahmad Alfy | 2015-05-16 | 1 | -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-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | added 'close' to allowedMethods | ||||
| * | | | added 'close' to allowedMethods | Shigeaki Matsumura | 2015-02-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #182 from Inkbug/master | 文翼 | 2015-03-11 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| | | | Prevent dropdown from closing when clicking on checkbox | ||||
| * | | | Prevent dropdown from closing occasionally when clicking on checkbox itself | Inkbug | 2015-03-04 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #175 from ltdeta/master | 文翼 | 2015-02-14 | 1 | -0/+0 |
|\ \ \ | | | | | | | | | update multiple-select.png | ||||
| * | | | update multiple-select.png | ltdeta | 2015-02-13 | 1 | -0/+0 |
|/ / / | | | | | | | | | | update multiple-select.png with changed arrow position | ||||
* | | | Merge pull request #96 from brettz9/master | 文翼 | 2015-02-13 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | Bump version (since bower is apparently caching the old version) and use... | ||||
| * | | Merge branch 'master' of https://github.com/wenzhixin/multiple-select.git | Brett Zamir | 2014-07-10 | 4 | -103/+120 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of https://github.com/wenzhixin/multiple-select.git | Brett Zamir | 2014-06-20 | 5 | -93/+224 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of https://github.com/wenzhixin/multiple-select.git | Brett Zamir | 2014-06-11 | 1 | -1/+5 |
| |\ \ \ \ | |||||
| * | | | | | Bump version (since bower is apparently caching the old version) and use ↵ | Brett Zamir | 2014-06-10 | 1 | -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-22 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix #134: spelling error. | zhixin | 2014-09-23 | 4 | -8/+8 |
| | | | | | |||||
* | | | | | Merge pull request #130 from patrickdo/patch-1 | 文翼 | 2014-09-04 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | switching up/down arrows to be more consistent | ||||
| * | | | | | switching up/down arrows to be more consistent | patrickdo | 2014-09-03 | 1 | -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. | zhixin | 2014-08-21 | 2 | -4/+6 |
| | | | | | |||||
* | | | | | 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 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #116 from Smashman/master | 文翼 | 2014-07-24 | 2 | -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 ↵ | Ben | 2014-07-18 | 2 | -4/+11 |
|/ / / / / | | | | | | | | | | | | | | | | init. | ||||
* | | | | | Format code and update contributors. | zhixin | 2014-07-13 | 2 | -100/+127 |
| | | | | | |||||
* | | | | | Merge pull request #108 from code-couleurs/etcaetera_option | 文翼 | 2014-07-13 | 2 | -4/+19 |
|\ \ \ \ \ | | | | | | | | | | | | | Etcaetera option | ||||
| * | | | | | document option etcaetera | Eric Marguin | 2014-07-10 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | option etcaetera | eric | 2014-07-10 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | option etcaetera | eric | 2014-07-10 | 1 | -3/+10 |
| | | | | | | |||||
* | | | | | | Merge pull request #110 from code-couleurs/selectedClass | 文翼 | 2014-07-13 | 1 | -0/+6 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | add a css class to the li parents of selected checkboxes | ||||
| * | | | | | add a css class to the li parents of selected checkboxes | eric | 2014-07-10 | 1 | -0/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #107 from code-couleurs/selectAllTextDelimiter | 文翼 | 2014-07-10 | 2 | -1/+10 |
|\ \ \ \ \ | |/ / / / |/| | | | | custom delimiter for selectAll text | ||||
| * | | | | documentation | Eric Marguin | 2014-07-10 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | custom delimiter for selectAll text | Eric Marguin | 2014-07-10 | 1 | -1/+2 |
|/ / / / | |||||
* | | | | Update CONTRIBUTORS.md | 文翼 | 2014-07-03 | 1 | -8/+8 |
| | | | | |||||
* | | | | Update CONTRIBUTORS.md | 文翼 | 2014-07-03 | 1 | -55/+55 |
| | | | | |||||
* | | | | Update docs github btns. | zhixin | 2014-06-30 | 1 | -3/+3 |
| | | | | |||||
* | | | | Update CONTRIBUTORS.md | zhixin | 2014-06-30 | 1 | -20/+27 |
| | | | |