tkrotoff / jquery-simplecolorpicker

Very simple jQuery color picker
http://plnkr.co/edit/VVclW0?p=preview
MIT License
386 stars 87 forks source link

.val returning wrong value #7

Closed ColorPicker closed 11 years ago

ColorPicker commented 11 years ago

Have multiple selects on a page created dynamically. When doing .val() on change, the value returned is the first select/option, not what was selected.

Thanks -C :-)

ColorPicker commented 11 years ago

After pulling hair for 2 days i found out what it was. DOESN'T WORK: DOES WORK Seems it doesn't like colors in upper-case.... go figure :-)

tkrotoff commented 11 years ago

See issue #8