Submit your widget
137
Yays

ScrollectBox jQuery plugin

Views 9122   downloads 1993   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…

170
Yays

jQuery custom dropdown image combobox

Views 45379   downloads 6580   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…

114
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7053   downloads 1685   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 16607   downloads 3311   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…

109
Yays

jQuery Doubleselect Plugin

Views 6841   downloads 1493   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 5528   downloads 1176   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":…