Submit your widget
78
Yays

MooTools Color Picker

2 years ago   Views 6087   downloads 979   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…

69
Yays

Multiple jQuery color picker plugin

2 years ago   Views 6462   downloads 1065   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…

100
Yays

jQuery Color Picker

2 years ago   Views 5386   downloads 970   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…

93
Yays

Simple Best jQuery Color Picker

2 years ago   Views 5322   downloads 833   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);}…

102
Yays

jQuery Color Picker

2 years ago   Views 5838   downloads 1288   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…

95
Yays

Color Picker ColorSphere Plugin (Mootools)

2 years ago   Views 3768   downloads 590   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…

126
Yays

Color Picker - jQuery plugin

2 years ago   Views 6172   downloads 1100   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…

109
Yays

iColorPicker jQuery plugin - The Easiest Color Picker Ever!

2 years ago   Views 5209   downloads 981   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…

101
Yays

Simple jQuery Color Picker

2 years ago   Views 5618   downloads 846   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…

104
Yays

Really Simple Color Picker in jQuery

2 years ago   Views 4927   downloads 737   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.…

127
Yays

Jquery small color picker plugin

2 years ago   Views 6229   downloads 754   Color Picker

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