summaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'keyboard'0.6Louis Cuny2012-07-024-282/+113
|\ | | | | | | | | | | Conflicts: css/multi-select.css js/application.js
| * version 0.6Louis Cuny2012-07-024-245/+3
| |
| * Finally done. Need to be tested !origin/keyboardLouis Cuny2012-06-291-9/+14
| |
| * prevent selection of already selected or undefined elementsLouis Cuny2012-04-161-3/+3
| |
| * keyboard for searchable methodLouis Cuny2012-04-161-4/+6
| |
| * trigger change on original select when selecting/deselecting itemsLouis Cuny2012-04-161-0/+2
| |
| * use on() method and replace toggleClass(ms-hover) by addClass(ms-hover) to ↵Louis Cuny2012-04-161-7/+7
| | | | | | | | prevent bug on hover
| * fix hover on selectionlou2012-04-111-1/+1
| |
| * first pass on keyboardlou2012-04-112-30/+107
| |
| * Merge branch 'master' into gh-pageslou2011-12-161-3/+13
| |\
| * \ Merge branch 'master' into gh-pageslou2011-12-162-54/+67
| |\ \
| * | | remove emptyArray optionlou2011-11-101-13/+0
| | | |
* | | | Adding prefix to 'collapse' for Twitter Bootstrap compatibility.Gregory Gaskill2012-04-192-5/+5
| |_|/ |/| |
* | | fix #17: introduce visible param to select_all methodlou2011-12-161-3/+13
| |/ |/|
* | demos for #18lou2011-12-161-2/+0
| |
* | fix #18 Disabled multi-select doesn't show selected itemslou2011-12-161-50/+56
| |
* | fix #16: class was set to undefined when no class was given0.3lou2011-12-111-2/+3
| |
* | Merge pull request #19 from leesolutions/patch-1louis cuny2011-12-111-1/+1
|\ \ | | | | | | Retain original options at refresh.
| * | Retain original options at refresh.Dan Lee2011-11-281-1/+1
| | |
* | | select all bug fixes - when the select all example loads make sure all ↵top-flight2011-12-052-1/+4
| | | | | | | | | | | | optgroups are collapsed like the first optgroup example. When 'select all' option is pressed and optgroups are collapsed, make sure the label is removed from the 'selectable' list.
* | | optgroup bug fixtop-flight2011-12-041-1/+0
| | |
* | | optgroup bug fixtop-flight2011-12-042-3/+6
|/ /
* | selectable/selected divs should inherit option classesJosh Martin2011-10-051-3/+4
| |
* | Fixed bug in keepOrder logicdfisch2011-10-041-0/+2
|/
* Oops, coma disapeared after mergelou2011-10-031-1/+1
|
* this dumb commit fix #13lou2011-10-031-1/+0
|
* Merge branch 'master' into callbackOnInitlou2011-10-032-1/+37
|\ | | | | | | | | Conflicts: js/jquery.multi-select.js
| * Merge pull request #12 from lou/keepOrderlouis cuny2011-10-012-2/+28
| |\ | | | | | | Keep order
| | * this is the last commit that fixes the issue #10Michael Bensoussan2011-09-301-2/+1
| | |
| | * replace inarray by indexMichael Bensoussan2011-09-301-6/+3
| | |
| | * make keepOrder working for any select not just the demo :)Michael Bensoussan2011-09-291-1/+1
| | |
| | * keepOrder now workingMichael Bensoussan2011-09-291-6/+0
| | |
| | * initial commit for keepOrder option - buggyMichael Bensoussan2011-09-292-2/+38
| | |
| * | add licenselouis cuny2011-09-291-0/+10
| |/
* | callbackOnInit optionlou2011-09-301-3/+5
|/
* Ooops! I did it again !lou2011-09-161-1/+1
|
* Merge branch 'master' into gh-pageslou2011-09-162-1/+3
|\
| * add "ms-selected" class when selectable li is selectedlou2011-09-161-0/+2
| |
* | fix searchable demolou2011-09-161-2/+5
| |
* | Merge branch 'master' into gh-pageslou2011-09-161-6/+10
|\ \ | |/
| * fix optgroup when label containing spaceslou2011-09-161-6/+10
| |
* | more precise searchlou2011-09-141-1/+1
|/
* Merge branch 'master' of github.com:lou/multi-selectlou2011-09-141-1/+5
|\
| * Edited js/jquery.multi-select.js via GitHubDan Lee2011-09-021-0/+4
| |
| * remove detach() from selectedLI in the msMethods.select method. use of ↵Dan Lee2011-08-301-1/+1
| | | | | | | | detach on jquery 1.6.2 causes selectLi to be undefined. TypeError raised: "Cannot call method 'click' of undefined."
* | add expandable optgroup and searchable demoslou2011-09-142-0/+169
|/
* remove optgroup label when no more selectable option in itlou2011-08-251-0/+7
|
* Merge branch 'master' into gh-pageslou2011-08-241-2/+0
|\
| * oops I forgot some console debuglou2011-08-241-4/+0
| |
* | remove console.loglou2011-08-241-3/+1
|/
* first pass on optgroup featurelou2011-08-241-14/+27
|
* fix multiselect when using optgrouplou2011-08-241-10/+12
|
* update to jquery 1.6.2 + remove unused codelou2011-07-102-1/+0
|
* fix Multi select duplicatinglou2011-07-082-39/+43
|
* add empty array to demoslou2011-06-301-0/+9
|
* fix bug on disabled option on jquery 1.6+lou2011-06-301-1/+2
|
* use $(option).attr(selected, selected) instead of $(select).val() method + ↵lou2011-06-295-187/+38
| | | | introduce emptyArray setting to become truly unobstrusive
* Merge branch 'master' of github.com:lou/multi-selectlou2011-06-232-6/+10
|\
| * Triggering the change event on the selected and selectable lists when an ↵Jamie Kite2011-06-212-6/+10
| | | | | | | | item is selected or deselected.
* | add standardBehavior optionlou2011-06-051-3/+4
|/
* fix bug on selected options on initlou2011-05-252-2/+2
|
* fix bug on ielou2011-05-202-4/+6
|
* submit form is backlou2011-05-181-6/+6
|
* support jquery 1.6+lou2011-05-183-0/+169
|
* support jquery 1.6+lou2011-05-183-54/+33
|
* improve demo for submit formlou2011-05-181-1/+3
|
* update jquerylou2011-05-181-3/+5
|
* empty values bug finally fixedlou2011-05-181-24/+27
|
* fix when deselect elem result in an empty arraylou2011-05-181-5/+11
|
* more demoslou2011-05-051-0/+5
|
* updated minified versionlou2011-05-052-10/+7
|
* oops, merge finished !lou2011-05-051-26/+8
|
* Merge branch 'master' of github.com:lou/multi-select into gh-pageslou2011-05-052-15/+42
|\ | | | | | | | | Conflicts: js/jquery.multi-select.js
| * Silence Javascript warningsSerophos2011-05-051-4/+5
| |
| * Silence javascript warningsSerophos2011-05-051-2/+6
| |
| * Ooops, Commited wrong file :o)Serophos2011-05-051-2/+2
| |
| * Ooops, Committed wrong fileSerophos2011-05-051-13/+15
| |
| * See non min version for changesSerophos2011-05-051-5/+5
| |
| * copy title attribute from <option> ElementsSerophos2011-05-051-1/+1
| |
* | add disabled optionlou2011-05-051-17/+26
|/
* fix when no id is setlou2011-05-031-2/+2
|
* generate select id if nonelou2011-05-031-2/+4
|
* minify jslou2011-05-031-5/+5
|
* headers option is onlou2011-05-032-1/+10
|
* Oops! fix bug on afterSelectlou2011-05-031-2/+3
|
* updated and tested with jquery 1.6lou2011-05-031-155/+5
|
* Merge branch 'gh-pages'lou2011-04-292-49/+44
|\ | | | | | | | | | | | | | | | | | | Conflicts: css/application.css demos.html documentation.html index.html js/jquery.multi-select.js js/jquery.multi-select.min.js
| * optims: use detach() method + remove unecessary variableslou2011-04-292-50/+44
| |
| * site on !lou2011-04-174-0/+325
|
* demos pages ++lou2011-04-171-0/+4
|
* select all demolou2011-04-151-1/+10
|
* add select_all and deselect_all methodslou2011-04-151-4/+14
|
* more demoslou2011-04-152-622/+27
|
* add callbackslou2011-04-151-26/+45
|
* first commitlou2011-04-114-0/+878