Submit your widget
171
Yays

jQuery custom dropdown image combobox

Views 45507   downloads 6601   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 7107   downloads 1710   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 16676   downloads 3332   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 6899   downloads 1517   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 5583   downloads 1197   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 19425   downloads 2372   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 12017   downloads 1750   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…