Color Picker

Rating: 4.4/5 (35 votes)

A simple color picker control. Supports saving custom colors to the palette via cookies. To open the palette, click the color box at the right side of the input box.

Demo

Color:

Download

Color Picker is available under the terms of the GNU General Public License.

Source:

Global dependencies for all controls:

Usage

Constructor:

var picker = new Control.ColorPicker(element, options);

Parameters:

Additional Options:

Example:

new Control.ColorPicker('my_colorpicker');