summaryrefslogtreecommitdiffstats
path: root/js/jquery.multi-select.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'gh-pages'lou2011-04-291-45/+39
|\
| * optims: use detach() method + remove unecessary variableslou2011-04-291-46/+39
| * site on !lou2011-04-171-0/+114
* add select_all and deselect_all methodslou2011-04-151-4/+14
* add callbackslou2011-04-151-26/+45
* first commitlou2011-04-111-0/+85