lauren / pick-a-color

an easy-to-use jQuery color picker for Twitter Bootstrap
http://lauren.github.com/pick-a-color/
MIT License
269 stars 89 forks source link

Color preview update on manual color change #67

Open tfennelly opened 9 years ago

tfennelly commented 9 years ago

This proposed change allows code using pick-a-color to make a color change directly on the color input element and then trigger a change event to force the preview update e.g.

input.val('#808080');
input.change();
charleslaw commented 8 years ago

I have a more complete update here: https://github.com/lauren/pick-a-color/pull/81