2017 © Pedro Peláez
 

library ul2select

A script to convert any ul/li into a selectbox

image

11mb/ul2select

A script to convert any ul/li into a selectbox

  • Thursday, May 12, 2016
  • by 11mb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 855 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

ul2select

A script to convert any ul/li into a selectbox, (*1)

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();

The Versions

12/05 2016

dev-master

9999999-dev

A script to convert any ul/li into a selectbox

  Sources   Download

12/05 2016

1.0.3

1.0.3.0

A script to convert any ul/li into a selectbox

  Sources   Download

26/04 2016

1.0.1

1.0.1.0

A script to convert any ul/li into a selectbox

  Sources   Download

22/04 2016

1.0.0

1.0.0.0

A script to convert any ul/li into a selectbox

  Sources   Download