Submit your widget
171
Yays

jQuery custom dropdown image combobox

Views 45477   downloads 6593   Form

Feature at glance: Fully Skin-able Your original dropdown is safe, so your form post will not be messed. An image can be inserted with your text. Each <option> can have an image. You may covert…

115
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7096   downloads 1700   Form

Select all elements with a single click Deselect all elements with a single click Select elements that match some value. (contain “red”) with a single click After spending some time digging…

140
Yays

jQuery styleSelect

Views 16662   downloads 3325   Form

This plugin replaces the standart select element with a custom looking selectbox. Plugin has keyboard support. Usage $("select").styleSelect();   Options Name/options Type Default optionsTop Options…

110
Yays

jQuery Doubleselect Plugin

Views 6888   downloads 1508   Form

Fill in a second select box dependent on the first one. Code $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato": 111, "asparagus": 112…

95
Yays

jQuery Doubleselect Plugin - Fill in a second select box dependent on the first one.

Views 5571   downloads 1192   Form

Fill in a second select box dependent on the first one.   Usage Code   $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato":…

109
Yays

Styling Drop Down Boxes with jQuery

Views 19409   downloads 2365   Form

One problem with HTML forms is it is hard to style the elements to fit into your design.  The tutorial will show you how to style the hardest of them all, the select box.   The Plan Unfortunately…

120
Yays

Jquery Mega Select List

Views 12000   downloads 1744   Form

This is  the jQuery Mega Select List project, Usage The jQuery Mega Select List is for when you have a drop down list with a crazy number of items that can be logically grouped, for example if you…