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

Update color value #59

Open afbruno opened 10 years ago

afbruno commented 10 years ago

I need to programmatically change the color. When I use $(....).val(some_color) it changes the text at component display but not the color at component display. How to force it to be refreshed? Thx!