Download advanced color picker

Demo

Bookmark and Share

Download

You can download the script from this zip file.

Configuration

You have to include 1 css, and 2 javascript files. This is done in your <HEAD> section with the following lines:
<link rel="stylesheet" href="js_color_picker_v2.css" media="screen">
<script type="text/javascript" src="color_functions.js"></script>
<script type="text/javascript" src="js_color_picker_v2.js"></script>

To assign the color picker to an image or a button, create an onclick event like this:
<input type="button" value="Color picker" onclick="showColorPicker(this,document.forms[0].rgb2)">

Rate this script at Hotscripts.com

If you like my script, please rate it at HotScripts.com

Comments

shailendra chouhan
hi,i want script for color picker like flash color picker componant in adobe flash.plase halp me...
shailendra chouhan at 11:15AM, 2012/05/08.
shailendra chouhan
i want script for change font color by color picker....
shailendra chouhan at 11:17AM, 2012/05/08.
mark
Excellent script well done.
mark at 09:02AM, 2012/09/17.
João Pedro
Nice article, thanks for sharing! I have build one, check it out: https://jsuites.net/v3/color-picker
João Pedro at 02:32PM, 2021/01/07.
Alessandro Marinuzzi
Chrome moved to navigator.userAgentData:

Warning:

To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Alessandro Marinuzzi at 09:22AM, 2022/06/17.

Post your comment

Don't have an avatar? Create one at Gravatar.com.

Confirmation code:

Go to cbolson.com


About/Contact | A good idea? | Submit a script | Privacy notice
© 2005 - 2024 dhtmlgoodies.com