forked from scottdarby/Stylish-Select
-
Notifications
You must be signed in to change notification settings - Fork 0
A cross-browser, accessible alternative to the standard form select element which can be fully customised with CSS
hadam/Stylish-Select
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- JavaScript 100.0%