11mb / ul2select
There is no license information available for the latest version (1.0.3) of this package.
A script to convert any ul/li into a selectbox
1.0.3
2016-05-12 17:56 UTC
This package is not auto-updated.
Last update: 2026-03-21 02:28:55 UTC
README
A script to convert any ul/li into a selectbox
Features
- Keyboard navigation
- Triggers change event on ul
- Keeps value in data-value on ul
Examples
<ul id="demo_basic" class="demo"> <li data-value="option_1"> <span>Option 1</span> </li> <li data-value="option_2"> <span>Option 2</span> </li> </ul>
$('#demo_basic').ul2select();