Skip to content

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

Notifications You must be signed in to change notification settings

hadam/Stylish-Select

 
 

Repository files navigation

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

forked from sko77sun/Stylish-Select
forked by Adam  Haris
          

ChangeLog:
==2011. 08. 06.
  * fixed hidden elements bug (display:none property)
  * add paramName option: selected attribute alternative with defaultText option:
      $("#city").sSelect({defaultText : 'Select your city...', paramName : 'city'});  
      <select id="city">
      ...
      <option value="2">Pécs, Hungary </option>  
      ...
      it works with querystring, if you use something like www.lorem.com/ipsum?city=2 (2 is the select value),
      the plugin search select option's text value, in this case "Pécs", and set this value to dafaultText 
  
    

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%