Submit your widget
5
Yays

IE8 expand select width with jquery

Views 4740   downloads 728   Form

This page demonstrate the use of jQuery plugin ie_expand_select_width to fix select box width issue on IE8. Contrary to several other solutions, this script keep the page layout intact and is keyboard…

17
Yays

jquery select expander - make select dom by json file

Views 5451   downloads 1377   Form

Usage Download and copy the plugin + json data into your js/ folder. (make sure the data/ folder is in the same directory as the plugin) Drop in the plugin after your jQuery include:…

27
Yays

jQuery stylish form select plugin

Views 8065   downloads 1680   Form

zelect is a jQuery plugin that replaces the default select element into something much more simpler and fancier. If the option list is known on the client, finite and manageable, use HTML: <select…

43
Yays

jQuery Cusom your select form

Views 8689   downloads 2773   Form

Your select form is replace by a div + ul li to simulate a select Box with options and rebuild automatically your original <select> with the correct value. Don't work with multiple selections.…

48
Yays

Releases customselect icons with jQuery

Views 6747   downloads 1778   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…

100
Yays

Custom jQuery form Selectbox

Views 14689   downloads 2233   Form

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