summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #251 from solidmoose/masterHEADorigin/masterorigin/HEADmasterlouis cuny2016-11-221-2/+2
|\
| * Fix addOption when 'nested' specifiedIan2016-09-211-11/+1
| * Fix addOption when 'nested' specifiedIan2016-09-181-2/+12
* | Merge pull request #255 from Westwing-Home-and-Living/masterlouis cuny2016-11-221-0/+8
|\ \
| * | Add optionClass and disabled options to addOptionPeter Aba2016-11-221-0/+8
|/ /
* | Merge pull request #252 from douglasdeodato/masterlouis cuny2016-09-262-58/+70
|\ \ | |/ |/|
| * grunt serve added, time grunt issue solvedDouglas Deodato2016-09-262-58/+70
* | Merge pull request #247 from douglasdeodato/masterlouis cuny2016-08-2911-2/+445
|\ \ | |/
| * created a min css version of the app, inclued as well a dev version of the cs...Douglas Deodato2016-08-246-3/+213
| * installed grunt and npm in the projectDouglas Deodato2016-08-245-1/+184
| * changes on ReadmeDouglas Deodato2016-08-231-1/+14
| * added first sample pre selected optionsDouglas Deodato2016-08-231-0/+37
|/
* Merge pull request #222 from PeterDaveHello/image-optimizelouis cuny2016-03-221-0/+0
|\
| * Optimize switch.pngPeter Dave Hello2016-03-221-0/+0
|/
* Merge pull request #220 from mdeweerd/patch-1louis cuny2016-03-141-10/+10
|\
| * Update jquery.multi-select.jsmdeweerd2016-03-131-10/+10
|/
* Merge pull request #215 from rmevans9/masterlouis cuny2016-02-031-0/+1
|\
| * Fix Memory leak from elements focus eventRichard Evans2016-02-031-0/+1
|/
* Update README.markdownlouis cuny2015-12-111-1/+6
* Update LICENSE.txtlouis cuny2015-12-111-9/+21
* use the current container to delegate mouse eventslou2015-10-281-3/+3
* update to version 0.9.12lou2015-10-283-4/+4
* Merge pull request #201 from max2u/masterlouis cuny2015-10-261-2/+2
|\
| * Update jquery.multi-select.jsSameer Ababneh2015-10-261-2/+2
|/
* Merge pull request #181 from pedrosnk/masterlouis cuny2015-03-231-2/+5
|\
| * add conditional so the component can accepts value that is interpreted to falsePedro Medeiros2015-03-231-2/+5
|/
* Merge pull request #151 from randomProgrammer/masterlouis cuny2014-08-131-0/+4
|\
| * remove item highlighting when mouse leaves listOliver Gillespie2014-08-131-0/+4
|/
* remove useless code on mouse move (minor bug still exists)lou2014-07-161-13/+9
* fix hover on listslou2014-07-161-10/+10
* do not select/deselect disabled elems on optgroup click (fix #141)lou2014-07-161-4/+4
* Merge pull request #140 from cntoplolicon/patchlouis cuny2014-05-281-4/+4
|\
| * fix broken testscntoplolicon2014-05-281-4/+4
|/
* fix options order in optgroup (fix #133)lou2014-05-211-1/+1
* Merge pull request #135 from ptheofan/masterlouis cuny2014-05-131-3/+3
|\
| * Bugfix: char is a reserved keyword for JavascriptParis2014-05-131-3/+3
|/
* fix keepOrder on init (fix #131)lou2014-04-111-2/+2
* fix sanitize method on testslou2014-02-211-3/+10
* version 0.9.11Lou2014-02-211-1/+1
* Merge pull request #124 from moregeek/fix_destroylouis cuny2014-02-212-0/+21
|\
| * fix of destroy function plus corresponding testsStefan Morgenthaler2014-02-212-0/+21
|/
* Merge pull request #101 from camart/masterlouis cuny2014-02-051-2/+4
|\
| * fix performance issue hiliting large listsCamart Ltd (John/AP)2013-09-251-2/+4
* | fix escapeHTML nameLou2014-01-281-1/+1
* | update bower.jsonLou2014-01-281-2/+4
* | Merge pull request #116 from timgluz/patch-1louis cuny2014-01-281-1/+1
|\ \
| * | Fixed invalid bower.jsonTim O'Sulg2014-01-061-2/+2
| |/
* | escape HTML from text options (fix #110)Lou2014-01-281-1/+5
* | Merge pull request #114 from sterrien/masterlouis cuny2014-01-282-1/+125
|\ \
| * | Allow selected and disabled optionsSimon Terrien2013-12-172-1/+125
| |/
* | add cssClass option to customize container0.9.10Lou2014-01-281-4/+4
* | bump to 0.9.90.9.9Lou2014-01-281-1/+1
* | add addOption methodLou2014-01-281-22/+50
* | Merge pull request #121 from willcosgrove/patch-1louis cuny2014-01-271-2/+6
|\ \
| * | Fix main file referencesWill Cosgrove2014-01-271-2/+6
|/ /
* | Merge pull request #115 from vedmaka/masterlouis cuny2014-01-211-2/+10
|\ \ | |/ |/|
| * Support non-english characters in items valuesVedmaka2013-12-261-2/+10
|/
* Merge pull request #94 from Frique/shift-tablouis cuny2013-09-081-0/+12
|\
| * Makes tabbing in/out of the control also work in IEBerend2013-08-261-2/+10
| * Make shift-tab focus on the previous controlBerend2013-08-251-0/+4
* | Merge pull request #95 from Frique/enterkey_optionlouis cuny2013-09-081-5/+7
|\ \ | |/ |/|
| * Changes option to allow any specified key to be used for selectionBerend2013-08-311-13/+7
| * Adds option so select items with enter keyBerend2013-08-261-0/+8
|/
* Merge pull request #91 from Frique/ie7_supportlouis cuny2013-08-192-5/+4
|\
| * Prevents all options being disabled in IE7Berend2013-08-151-1/+1
| * Revert "Adds global state check for old IE (7) and makes clicking options work"Berend2013-08-151-4/+1
| * Adds global state check for old IE (7) and makes clicking options workBerend2013-08-151-1/+4
| * Places the columns next to eachother instead of underneathBerend2013-08-131-4/+3
|/
* fix bug on keepOrder with jquery version < 1.9lou2013-08-021-1/+4
* use % instead of px for withlou2013-08-021-16/+17
* Merge pull request #85 from tomprats/fix-css-displaylouis cuny2013-08-021-1/+1
|\
| * Added fix for selected side being emptyTom Prats2013-08-011-1/+1
|/
* add bower.jsonlou2013-07-161-0/+8
* do not authorize keyboard to navigate through disabled elementslou2013-07-041-1/+1
* update manifest descriptionlou2013-07-041-1/+1
* bump to version 0.9.80.9.8lou2013-07-032-2/+2
* rename manifest filelou2013-07-031-0/+0
* keepOrder should be set to false by defaultlou2013-07-031-1/+1
* keepOrder is backlou2013-07-031-1/+6
* bump to version 0.9.70.9.7lou2013-07-032-2/+2
* refactor optgroup generationlou2013-07-031-100/+77
* prevent disabled options from being selectedlou2013-06-281-14/+9
* fix multiselect ID generationlou2013-06-261-4/+3
* Merge pull request #73 from klenis/css-fixlouis cuny2013-06-251-1/+0
|\
| * Removed redundant .ms-container selectorPer Andersson2013-06-251-1/+0
|/
* nevisit the way to handle the focus on lists0.9.6lou2013-06-243-115/+140
* add a destroy methodlou2013-05-241-1/+5
* try to fix refresh method. Tests neededlou2013-05-241-1/+2
* fix testslou2013-04-201-1/+2
* use JSHint to clean the codelou2013-04-201-58/+60
* refactor dblClick stufflou2013-04-191-15/+8
* simplify sanitize regexp and pre-compiled itlou2013-04-191-7/+6
* fix typo in manifestlou2013-04-191-1/+1
* Merge pull request #65 from hck/masterlouis cuny2013-04-121-0/+4
|\
| * Fixed refreshing (empty selectable & selection containers etc. before reinit)Hck2013-04-121-0/+4
|/
* update manifestlou2013-01-201-2/+3
* update plugin titlelou2013-01-191-1/+1
* rename manifestlou2013-01-191-0/+0
* update version to 0.9.50.9.5lou2013-01-192-2/+2
* rename manifestlou2013-01-191-1/+3