Submit your widget
138
Yays

ScrollectBox jQuery plugin

Views 9184   downloads 2013   Form

When used on a select-element, the ScrollectBox will act as a stylable clone, thus preserving the functionality of e.g. a form. Further down this page, in the Examples section, is a tryout form as well…

171
Yays

jQuery custom dropdown image combobox

Views 45505   downloads 6600   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 1709   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 1516   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 5582   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":…