/droppr

A little helper for custom select creation.

Primary LanguageJavaScript

badge

Droppr

A little helper for custom select creation.

Install

bower install droppr

Usage

window.Droppr({
  'id': '#select', //parent element of your custom select
  'itens': 'ul li', //your option list 
  'onChange': function() {
    // your handler here
  }
});

Contributing

  • git clone git@github.com:rodrigolungui/droppr.git
  • make your changes
  • make your tests
  • and send a pull request

:)