Submit your widget

Stylish Select box(jQuery)

Created 13 years ago   Views 16290   downloads 3076    Author n/a
Stylish Select box(jQuery)
View DemoDownload
93
Share |

A cross-browser, accessible alternative to the standard form element which can be fully customised with CSS

 

Stylish Select attempts to replicate the functionality of the browser default select box as closely as possible with support for keyboard navigation, and intelligent positioning.

Stylish Select aims to have a minimal code footprint and weighs in at just over 3KB when minified.

 

Usage

 

First, include the stylesheet, jQuery and the stylish select .js file in your html head tag

The plugin can be used to replace any select with the following:

$(document).ready(function(){
 $('#my-dropdown').sSelect();
});

 

 

 

Reading More