Submit your widget

jQuery styleSelect

Created 13 years ago   Views 16677   downloads 3332    Author 8stream
jQuery styleSelect
View DemoDownload
140
Share |

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 list distance from top
string 26px
optionsLeft Options list distance from left
string 0px
optionsWidth Options list width (0 - same as main selector)
string 0
styleClass Select style class
string selectMenu
speed Options list opening speed ('slow','medium','fast',milliseconds)
string, number
0
selectTrigger Event to trigger on original select ('change','click') string change