Ashwin
Ashwin

Reputation: 12411

Need Jquery plugin for color-picker

I need a small RGB color picker to integrate into my application.

I searched on google but could not find any suitable plugin that I am in need.

Also, I would be very grateful if someone suggest me a tutorial for creating a widget. I will need to learn in case any color-picker suggested are not suitable.

Upvotes: 0

Views: 562

Answers (2)

techfoobar
techfoobar

Reputation: 66663

Use jscolor, its super light weight, super compatible across all browsers i've heard of. Built using plain JS, but that doesn't hurt i guess. :)

Upvotes: 1

JustBeingHelpful
JustBeingHelpful

Reputation: 18980

Try this.. it's using the YUI Framework, but it'll get you what you want at no cost.

http://developer.yahoo.com/yui/examples/colorpicker/colorpicker-fromscript.html

Upvotes: 1

Related Questions