Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.13 KB

Stylish-Select - jQuery plugin by [scottdarby] (https://github.com/scottdarby/Stylish-Select)

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

Why you might need this fork of original repository?

The author of the plugin doesn't have enough time to maintain this pretty work but many people are still waiting for some bugfixes and enhancements. This fork is just an attempt to support the plugin. You can also help the author too ;-)

History (Differences from the original repo)

  • Options must be visible even if select is disabled.
  • Arrows keys didn't work in IE7/8 after the plugin initialization ([#41] (scottdarby#41)).
  • Fixed bug when selectors getting height equal to zero in hidden containers ([#31] (scottdarby#31), [#38] (scottdarby#38)).
  • 'newListSelActive' class added for the active state of the container.
  • Added callbacks 'onCreate' and 'onChange'.

And also...

Here you can always find the latest minified version of the plugin.