Submit your widget
171
Yays

jQuery custom dropdown image combobox

Views 45507   downloads 6601   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…

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…

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…

134
Yays

cool paginated filterable multi-select widget for MooTools

Views 10126   downloads 2008   Form

The standard HTML list box is a much maligned user interface element. It requires use of both mouse and keyboard to operate, and with any more than a few elements it requires the user to scroll. It's…

132
Yays

Image Select Elements with jQuery and CSS3

Views 17855   downloads 3647   Form

When creating your web designs, you are always striving for a consistent look across the different browsers. Unfortunately, one of the most fundamental elements of your website – the browser controls…

120
Yays

Jquery Mega Select List

Views 12017   downloads 1750   Form

This is  the jQuery Mega Select List project, Usage The jQuery Mega Select List is for when you have a drop down list with a crazy number of items that can be logically grouped, for example if you…

115
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7107   downloads 1710   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…

110
Yays

jQuery Doubleselect Plugin

Views 6899   downloads 1517   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…

109
Yays

Styling Drop Down Boxes with jQuery

Views 19425   downloads 2372   Form

One problem with HTML forms is it is hard to style the elements to fit into your design.  The tutorial will show you how to style the hardest of them all, the select box.   The Plan Unfortunately…

101
Yays

Custom jQuery form Selectbox

Views 14740   downloads 2253   Form

Replaces the standard HTML form selectbox with a custom looking selectbox. Allows for disable, multiselect, scrolling, and very customizable. // SIMPLE USAGE $(".exampleDiv").custSelectBox();…

95
Yays

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

Views 5583   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":…

91
Yays

jQuery & CSS3 custom skin select lists

Views 31648   downloads 8186   Form

Skin your HTML select lists easily with Selectyze plugin. It works with IE6-9, chrome, Safari, Firefox.. HOW DOES IT WORK ? Selectyze hide your select element, and build a <div> just below the select…

71
Yays

Image Select plugin with jQuery

Views 24987   downloads 3459   Form

his plugin will be replaced by another from a plugin pack I’m developing, where I’ve applied lots of bugfixes. The link will be on here by the end of August. ImageSelect is a jQuery plugin…

61
Yays

jQuery images dynamic form preview

Views 11427   downloads 1728   Form

a dynamic form preview tool for work so clients could preview how the text and images would look before submitting the content to be published. I’ve trimmed down the code and removed the database…

49
Yays

Releases customselect icons with jQuery

Views 6788   downloads 1793   Form

After being sick of how ugly select boxes are within forms, I looked hard to find a decent solution. There are a few but some of them I found to have bugs, or not be able to use icons within the custom…