summaryrefslogtreecommitdiffstats
path: root/js/jquery.multi-select.js
Commit message (Expand)AuthorAgeFilesLines
* fix mouse hover0.9origin/perflou2012-12-061-2/+2
* fix keyboard selectionlou2012-12-061-2/+2
* fix specslou2012-12-061-8/+5
* store multiselect instance in original select data so it is reusable for each...lou2012-12-061-3/+6
* rewrite select & deslect methods so they use ids instead of attrs for selecto...lou2012-12-061-78/+70
* copy all attributes to selectables/selection elementslou2012-12-061-3/+2
* share DOM elements to all plugin methodslou2012-12-061-86/+85
* use Bootstrap style plugin instead of jQuery UI stylelou2012-11-301-222/+250
* fix toggle of nested elements in optgroups. Use class .ms-selected instead of...lou2012-11-291-2/+2
* add span to optgroup label and change div by span for selectable/selection el...lou2012-11-291-3/+3
* add possibility to select/deselect multiple values at a timelou2012-11-291-50/+68
* fix some issues concerning optgroup selectionlou2012-11-291-34/+26
* fix issue on selecting elems nested in optgouplou2012-11-291-5/+5
* add afterInit callbacklou2012-11-291-0/+3
* delegate selectable/selection list elements binding event to parent ULlou2012-11-291-6/+6
* copy all option attributes to selectable/selected attributeslou2012-11-291-4/+10
* fix optgroup + add div in selected/selectable li (for better CSS customization)lou2012-11-271-12/+15
* fix optgrouplou2012-11-271-11/+16
* keyboard is back in the game!lou2012-11-271-150/+145
* Big changes:lou2012-11-271-186/+185
* Update js/jquery.multi-select.jslouis cuny2012-11-031-2/+2
* Update js/jquery.multi-select.jsCary2012-10-221-9/+10
* Update js/jquery.multi-select.jsCary2012-10-221-6/+18
* fix optgroup #32Louis Cuny2012-07-301-13/+14
* authorize option with blank value to be selected0.8Louis Cuny2012-07-261-22/+19
* update license to DWTFYWLouis Cuny2012-07-261-4/+5
* bump to version 0.8Louis Cuny2012-07-261-1/+1
* multiSelect is chainableLouis Cuny2012-07-261-1/+1
* replace attr by prop() methodto determine if option is selectedLouis Cuny2012-07-261-4/+4
* do not focus on intitLouis Cuny2012-07-261-1/+1
* focusout is backLouis Cuny2012-07-201-0/+1
* fix scroll0.7Louis Cuny2012-07-171-3/+3
* rename callbackOnInit on selectCallbackOnInit optionLouis Cuny2012-07-161-3/+3
* focus on list instead of container (ready for searchable feature)Louis Cuny2012-07-161-21/+16
* do not hover optgroup li with keyboardLouis Cuny2012-07-111-2/+2
* focusout selected container when neededLouis Cuny2012-07-111-0/+1
* Merge branch 'keyboard'0.6Louis Cuny2012-07-021-28/+113
|\
| * version 0.6Louis Cuny2012-07-021-3/+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
| * 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 pr...Louis Cuny2012-04-161-7/+7
| * fix hover on selectionlou2012-04-111-1/+1
| * first pass on keyboardlou2012-04-111-12/+103
| * Merge branch 'master' into gh-pageslou2011-12-161-3/+13
| |\
| * \ Merge branch 'master' into gh-pageslou2011-12-161-50/+65
| |\ \
| * | | remove emptyArray optionlou2011-11-101-13/+0
* | | | Adding prefix to 'collapse' for Twitter Bootstrap compatibility.Gregory Gaskill2012-04-191-1/+1
| |_|/ |/| |
* | | fix #17: introduce visible param to select_all methodlou2011-12-161-3/+13
| |/ |/|
* | 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.Dan Lee2011-11-281-1/+1
* | | select all bug fixes - when the select all example loads make sure all optgro...top-flight2011-12-051-0/+3
* | | optgroup bug fixtop-flight2011-12-041-1/+0
* | | optgroup bug fixtop-flight2011-12-041-2/+5
|/ /
* | 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-031-1/+35
|\
| * Merge pull request #12 from lou/keepOrderlouis cuny2011-10-011-2/+26
| |\
| | * 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-291-2/+36
| * | add licenselouis cuny2011-09-291-0/+10
| |/
* | callbackOnInit optionlou2011-09-301-3/+5
|/
* add "ms-selected" class when selectable li is selectedlou2011-09-161-0/+2
* fix optgroup when label containing spaceslou2011-09-161-6/+10
* Edited js/jquery.multi-select.js via GitHubDan Lee2011-09-021-0/+4
* remove detach() from selectedLI in the msMethods.select method. use of detac...Dan Lee2011-08-301-1/+1
* 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-101-1/+0
* fix Multi select duplicatinglou2011-07-081-39/+41
* fix bug on disabled option on jquery 1.6+lou2011-06-301-1/+2
* use $(option).attr(selected, selected) instead of $(select).val() method + in...lou2011-06-291-26/+37
* Triggering the change event on the selected and selectable lists when an item...Jamie Kite2011-06-211-0/+4
* fix bug on selected options on initlou2011-05-251-1/+1
* fix bug on ielou2011-05-201-2/+2
* support jquery 1.6+lou2011-05-181-28/+24
* empty values bug finally fixedlou2011-05-181-24/+27
* fix when deselect elem result in an empty arraylou2011-05-181-5/+11
* updated minified versionlou2011-05-051-1/+1
* oops, merge finished !lou2011-05-051-26/+8
* Merge branch 'master' of github.com:lou/multi-select into gh-pageslou2011-05-051-10/+33
|\
| * Silence Javascript warningsSerophos2011-05-051-4/+5
| * Ooops, Committed wrong fileSerophos2011-05-051-13/+15
| * 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
* headers option is onlou2011-05-031-1/+6
* Oops! fix bug on afterSelectlou2011-05-031-2/+3