Skip to content

rodrigolungui/droppr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

:)

About

A little helper for custom select creation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published