From 8f79e4661ac0072de13fcd44fcb8f3dcdcd68a4e Mon Sep 17 00:00:00 2001 From: Scott Darby Date: Wed, 20 Jan 2010 19:31:15 +0800 Subject: [PATCH] --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index dae05d5..b16ed50 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,7 @@ //add options to select and update $('#addOptions').click(function(){ $('#my-dropdown6').append('').resetSS(); + return false; }); }); @@ -52,7 +53,7 @@

A cross-browser, accessible alternative to the standard form element which c

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.

Stylish Select blog post

-

Download source code (version 0.4.1)

+ Get latest source code from GitHub

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: