Submit your widget
138
Yays

ScrollectBox jQuery plugin

Views 9206   downloads 2022   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…

172
Yays

jQuery custom dropdown image combobox

Views 45546   downloads 6610   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 7132   downloads 1717   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 16703   downloads 3344   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…

112
Yays

jQuery Doubleselect Plugin

Views 6927   downloads 1527   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 5613   downloads 1206   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":…