summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #251 from solidmoose/masterHEADorigin/masterorigin/HEADmasterlouis cuny2016-11-221-2/+2
|\ | | | | Fix addOption when 'nested' specified
| * Fix addOption when 'nested' specifiedIan2016-09-211-11/+1
| | | | | | Tidied up code (realized the logic was already there, just out of order).
| * 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 addOption method
| * | 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 solved
| * grunt serve added, time grunt issue solvedDouglas Deodato2016-09-262-58/+70
| |
* | Merge pull request #247 from douglasdeodato/masterlouis cuny2016-08-2911-2/+445
|\ \ | |/ | | grunt, npm, scss, css minified , samples
| * created a min css version of the app, inclued as well a dev version of the ↵Douglas Deodato2016-08-246-3/+213
| | | | | | | | css and started a sass version of the css
| * 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.png
| * Optimize switch.pngPeter Dave Hello2016-03-221-0/+0
|/ | | | | | | | | | | Use Google's zopflipng to recompress PNG image internally, loselessly. ``` $ zopflipng --iterations=7500 --splitting=3 --lossy_transparent --filters=01234mepb -y switch.png switch.png Optimizing switch.png Result is smaller Input size: 3080 (3K) Result size: 540 (0K). Percentage of original: 17.532% ```
* Merge pull request #220 from mdeweerd/patch-1louis cuny2016-03-141-10/+10
|\ | | | | Update jquery.multi-select.js
| * Update jquery.multi-select.jsmdeweerd2016-03-131-10/+10
|/ | | | Missing ";" resulting in a failing script after packing. To discover these locations 'JSHint' was used. JSHint also complained about 'undefined' comparisons that should use '===' so these were fixed as well.
* Merge pull request #215 from rmevans9/masterlouis cuny2016-02-031-0/+1
|\ | | | | Fix Memory leak from elements focus event
| * 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.js
| * Update jquery.multi-select.jsSameer Ababneh2015-10-261-2/+2
|/
* Merge pull request #181 from pedrosnk/masterlouis cuny2015-03-231-2/+5
|\ | | | | Accets value that are interpreted as false
| * 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 list
| * 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 tests
| * 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 Javascript
| * Bugfix: char is a reserved keyword for JavascriptParis2014-05-131-3/+3
|/ | | `char` was used as a variable name (check at the bottom of the page @ http://www.crockford.com/javascript/survey.html) and thus closure compiler throws ERROR and quits. This fix just renames the variable so that js can be minified.
* 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 tests
| * 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 lists
| * 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.json
| * | Fixed invalid bower.jsonTim O'Sulg2014-01-061-2/+2
| |/ | | | | | | | | Hi, i found simple typo in the bower.json. We [versioneye](https://www.versioneye.com/) are currently analysing quality of Bower packages registered on Bower.io. That's how i found this typo.
* | 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 options
| * | Allow selected and disabled optionsSimon Terrien2013-12-172-1/+125
| |/ | | | | | | Related to #81 issue.
* | 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 references
| * | 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 values
| * Support non-english characters in items valuesVedmaka2013-12-261-2/+10
|/ | | Currently if select items have their values other than english, their ids becomes all the same: "_-selection" (following line 140). It is resonable to use string hash instead of regexp.
* Merge pull request #94 from Frique/shift-tablouis cuny2013-09-081-0/+12
|\ | | | | Tab and Shift-Tab key behavior improvement
| * Makes tabbing in/out of the control also work in IEBerend2013-08-261-2/+10
| | | | | | | | | | Follows tabindex attribute when using the tab / shift-tab keys through the form.
| * Make shift-tab focus on the previous controlBerend2013-08-251-0/+4
| | | | | | | | | | As it would when working with native form controls. Does not work in IE yet, but so does regular tabbing at the moment.
* | Merge pull request #95 from Frique/enterkey_optionlouis cuny2013-09-081-5/+7
|\ \ | |/ |/| Adds option to select items with enter key
| * Changes option to allow any specified key to be used for selectionBerend2013-08-311-13/+7
| | | | | | | | As discussed.
| * 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
|\ | | | | IE7 support
| * Prevents all options being disabled in IE7Berend2013-08-151-1/+1
| | | | | | | | | | Which made them unselectable. The disabled attribute doesn't seem necessary on <li>s so it's now prevented.
| * Revert "Adds global state check for old IE (7) and makes clicking options work"Berend2013-08-151-4/+1
| | | | | | | | This reverts commit 563d2e42cf43d7382647695b7eb5a14cb561a53c.
| * Adds global state check for old IE (7) and makes clicking options workBerend2013-08-151-1/+4
| | | | | | | | | | | | | | | | Adds option (state) "isOldIE" which is set to true if $.browser is present and checks positive for ie7. Also makes clicking options work in ie7 (by replacing the click event with mouseup event which is the bizar fix).
| * Places the columns next to eachother instead of underneathBerend2013-08-131-4/+3
|/ | | | | | The 45% + 10% + 45% failed in IE7, making the 2nd column fall underneath the first. This fixes that by changing the widths to 45% + 45% + [whatever is left].
* 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 empty
| * 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 selector
| * 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 init)
| * 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
|