Submit your widget
13
Yays

IE8 expand select width with jquery

Views 5622   downloads 982   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…

21
Yays

jquery select expander - make select dom by json file

Views 5927   downloads 1586   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:…

32
Yays

jQuery stylish form select plugin

Views 8506   downloads 1860   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…

47
Yays

jQuery Cusom your select form

Views 8993   downloads 2937   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.…

52
Yays

Releases customselect icons with jQuery

Views 7074   downloads 1929   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…

105
Yays

Custom jQuery form Selectbox

Views 15066   downloads 2405   Form

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