I need to have a JQuery color Picker, where I can change the different HTML elements on a page. It should be easy to implement, I should be able to pick a color, enter RGB values and Hex values. Which plugin is the best hassle free to use.
+1
A:
How about ColorPicker
? It allows you to enter hex/RGB/HSB, or click on a nice colour chart.
Dominic Rodger
2009-11-03 16:07:43
That plugin's pretty broken in Chrome.
Dominic Rodger
2009-11-03 16:08:34
+3
A:
This jQuery plugin is quite simple. You can enter Hex value but there is no method for RGB (as seems from demo page).
TheVillageIdiot
2009-11-03 16:08:18
I use this one in my projects, it's one of the most accurate and easy to use of the lot.
Krof Drakula
2009-11-03 16:37:21
I use Fabtastic as well... check out this SO answer (http://stackoverflow.com/questions/638948/background-color-hex-to-js-variable-jquery) on how to convert RGB to hex
fudgey
2009-11-03 22:54:13