Submit your widget
13
Yays

colpick - A jQuery RGB, HEX and HSB Color Picker plugin is free, lightweight and customizable

Views 6252   downloads 1106   Color Picker

colpick is a jQuery Color Picker, Selector, Chooser Plugin.   Very intuitive Photoshop-like interface Light and dark easy-to-customize skins use CSS3 Just 35 KB total are loaded by the browser…

31
Yays

nice gradient selector with jQuery

Views 8081   downloads 1926   Color Picker

JQUERY GRADIENT SELECTOR The most basic example is given below : <html> <head> <title>gradx example</title> <script src="lib/js/jquery.js"></script> <script…

27
Yays

jQuery sweet color swatch plugin

Views 6575   downloads 1714   Color Picker

This is a jQuery plugin that turns a single div into a sweet color swatch (aka, color pallette). Simply place a similar div element where ever you want a swatch to appear: <div…

102
Yays

MooTools Color Picker

Views 9273   downloads 2199   Color Picker

The JavaScript Color Picker is a feature-rich color picker that supports many options. The Color Picker displays a Hue selection bar Saturation/Value selection box, Text fields for entering HSV and RGB…

90
Yays

Multiple jQuery color picker plugin

Views 11403   downloads 2127   Color Picker

Farbtastic is jQuery plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element's…

123
Yays

jQuery Color Picker

Views 8524   downloads 2315   Color Picker

* Original color picker demo modified in order to create a plugin, * Corrected some positionning bugs with others browsers (IE6, IE7...) : CSS tuning. ... there are some missing features to implement…

111
Yays

Simple Best jQuery Color Picker

Views 8254   downloads 1698   Color Picker

It's the jquery version of "Prototype color picker" by Myles Eftos,BUT a refined version with bugs fixed,more powerful and extensive!. Simplest api you've ever seen $("#icolor4").icolor({ onSelect:function(c){this.$tb.css("background-color",c);this.$t.val(c);}…

125
Yays

jQuery Color Picker

Views 10343   downloads 2492   Color Picker

Gone are the days of having to manually enter in hex codes to specify colors: with jQuery UI’s color picker, you can make your web application pick colors as smoothly as you would in desktop applications…

116
Yays

Color Picker ColorSphere Plugin (Mootools)

Views 7082   downloads 1798   Color Picker

Initialization   new UvumiSphere(selector,options);   Arguments Selector: string defining a CSS rule that will select the elements to be turned into color pickers. These elements should be text…

149
Yays

Color Picker - jQuery plugin

Views 9920   downloads 2318   Color Picker

  A simple component to select color in the same way you select color in Adobe Photoshop   Implement   Attach the Javascript and CSS files to your document. Edit CSS file and fix the paths…

132
Yays

iColorPicker jQuery plugin - The Easiest Color Picker Ever!

Views 8328   downloads 2018   Color Picker

iColorPicker is free, small (6kB), jQuery Color Picker. It converts each input field which class name is “iColorPicker” to beautiful color picker. How to Use It? Using this Color Picker is…

123
Yays

Simple jQuery Color Picker

Views 8563   downloads 2132   Color Picker

Usage Minimal $('#test').colorPicker({ click: function(color){$('#output').html(c);} }); Options $('#test').colorPicker({ defaultColor: 0, // index of the default color (optional) columns: 13, // number…

124
Yays

Really Simple Color Picker in jQuery

Views 7592   downloads 2027   Color Picker

Recently, I needed to use a color picker with predefined color palette for my work. Thanks to many enthusiastic developers, there are several popular, sophisticated color pickers already exist for jQuery.…

150
Yays

Jquery small color picker plugin

Views 9586   downloads 1989   Color Picker

Color Picker Jquery Plugin [removed][removed] [removed][removed] [removed]// <![CDATA[// <![CDATA[ $(document).ready(function(){ $('.color_picker').smallColorPicker(); }); // ]]>[removed] Usage:…