Submit your widget
100
Yays

jQuery & CSS3 custom skin select lists

Views 32102   downloads 8413   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…

63
Yays

jQuery images dynamic form preview

Views 11879   downloads 1941   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…

105
Yays

Custom jQuery form Selectbox

Views 15151   downloads 2450   Form

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

138
Yays

Image Select Elements with jQuery and CSS3

Views 18466   downloads 3850   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…

146
Yays

cool paginated filterable multi-select widget for MooTools

Views 10564   downloads 2220   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…

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 46349   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…

149
Yays

jQuery styleSelect

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

120
Yays

Styling Drop Down Boxes with jQuery

Views 19991   downloads 2562   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…

127
Yays

Jquery Mega Select List

Views 12565   downloads 1975   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…