Submit your widget
6
Yays

IE8 expand select width with jquery

Views 4893   downloads 787   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…

18
Yays

jquery select expander - make select dom by json file

Views 5545   downloads 1413   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:…

28
Yays

jQuery stylish form select plugin

Views 8152   downloads 1717   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…

44
Yays

jQuery Cusom your select form

Views 8746   downloads 2797   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.…

49
Yays

Releases customselect icons with jQuery

Views 6811   downloads 1803   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…

101
Yays

Custom jQuery form Selectbox

Views 14769   downloads 2266   Form

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