Submit your widget
12
Yays

Blinker is a simple text color transformation animation jquery plugin

Views 5958   downloads 1410   Text & Link Effects

Blinker is a simple animation applied to text on your website. Like the name suggest, it blinks words/letters.  Tip:required jquery ui Usage HTML <div class="header"> <span>B</span>…

31
Yays

nice gradient selector with jQuery

Views 8096   downloads 1932   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 6586   downloads 1723   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…

90
Yays

Multiple jQuery color picker plugin

Views 11411   downloads 2134   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 8533   downloads 2322   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 8263   downloads 1706   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);}…