[solved] Can anyone recommend a simple Colour Palette/Picker

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Kadanis
Forum Contributor
Posts: 180
Joined: Tue Jun 20, 2006 8:55 am
Location: Dorset, UK
Contact:

[solved] Can anyone recommend a simple Colour Palette/Picker

Post by Kadanis »

I'm looking for a basic colour palette for a function in a web app I'm working on. Just wondered if anyone can recommend a simple but effective one.

So far everything I've seen is pretty complex Java or JS. Don't want anything too involved as it is a one off function and very small relative to the whole system.

Thanks in advance for any comments/suggestions.
Last edited by Kadanis on Thu Aug 23, 2007 6:20 am, edited 1 time in total.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

I would tend to look up one of the javascript libraries and see what they have as plugins. An example for jquery is Jquery ColorPicker Plugin. If you already use a library I suggest you look for what is available for it.
User avatar
Kadanis
Forum Contributor
Posts: 180
Joined: Tue Jun 20, 2006 8:55 am
Location: Dorset, UK
Contact:

Post by Kadanis »

Thanks, looks great.

Don't use any libs tho so have to figure out this jQuery first, then the plugin ^^
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

that's possibly the best decision you'll make this month ;-) jQuery rocks!
Post Reply