Submit your widget
115
Yays

ScrollectBox jQuery plugin

2 years ago   Views 5942   downloads 803   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…

142
Yays

jQuery custom dropdown image combobox

2 years ago   Views 18055   downloads 2667   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…

95
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

2 years ago   Views 4586   downloads 471   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…

122
Yays

jQuery styleSelect

2 years ago   Views 12100   downloads 1896   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…

91
Yays

jQuery Doubleselect Plugin

2 years ago   Views 4389   downloads 692   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…

76
Yays

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

2 years ago   Views 3470   downloads 524   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":…