Submit your widget
141
Yays

ScrollectBox jQuery plugin

Views 9641   downloads 2223   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…

176
Yays

jQuery custom dropdown image combobox

Views 46350   downloads 6818   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…

119
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7508   downloads 1912   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…

149
Yays

jQuery styleSelect

Views 17203   downloads 3569   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…

119
Yays

jQuery Doubleselect Plugin

Views 7327   downloads 1717   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…

98
Yays

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

Views 6080   downloads 1419   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":…