Question

I make a lot of web applications and from time to time I need a color picker. What's one that I can use like an API and doesn't require a lot of code to plug in? I also need it to work in all browsers.

Was it helpful?

Solution

Farbtastic is a nice jQuery color picker

But apparently doesn't work in IE6

Here is another jQuery color picker that looks nice, not sure about it compatibility though.

OTHER TIPS

I like jscolor the most, lightweight and lots of options.

I haven't personally implemented this, but I have heard good things about it, and it appears to be a great script: http://johndyer.name/post/2007/09/PhotoShop-like-JavaScript-Color-Picker.aspx

If your using prototype and script.aculo.us this one is great:

http://code.google.com/p/colorpickerjs/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top