Submit your widget
171
Yays

jQuery custom dropdown image combobox

Views 45522   downloads 6604   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…

142
Yays

Simplism jQuery Sequential List

Views 10786   downloads 1854   Text & Link Effects

Have you ever had to manually code something that is sequential? Didn’t you find it annonying? Well, here is a simple solution for you. This tutorial will show you how to use jQuery to add a sequent…

140
Yays

jQuery styleSelect

Views 16688   downloads 3336   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 9192   downloads 2016   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 10133   downloads 2010   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 17874   downloads 3651   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 12026   downloads 1755   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…

111
Yays

jQuery Doubleselect Plugin

Views 6910   downloads 1519   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 19436   downloads 2376   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 14750   downloads 2258   Form

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

91
Yays

jQuery & CSS3 custom skin select lists

Views 31659   downloads 8189   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…

88
Yays

jQuery search form list filtering

Views 20466   downloads 5095   Form

Here’s a clever little script that’s certainly useful if you want to give users the functionality to refine search results or filter product results. If you had a list of films with long titles…

61
Yays

jQuery images dynamic form preview

Views 11436   downloads 1734   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…

60
Yays

Sortable text list with jQuery

Views 26315   downloads 4027   Text & Link Effects

this is a 3 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable. Yeah! Do you also want the possibility to add, edit and remove items…

26
Yays

SortedList is a jQuery plugin to sort a list of DOM elements (table li)

Views 3869   downloads 930   Table

SortedList is a jQuery plugin to sort a list of DOM elements the way you want. Think about LI, TR, OPTION and even DIVS. Sorting with table rows Click on the table header to sort on that column, a second…