dropit

1.0.0 • Public • Published

dropit

A super-small, non-dependent JavaScript framework that allows you to easily customize selectboxes

Install

Bower

$ bower install dropit

npm

$ npm install dropit

Documentation

Plugin usage

Customize all select elements:

var selectBoxes = new Dropit();

Customize only some select elements:

var selectBoxes = new Dropit('div#main select.fancy')

Change default classes:

var selectBoxes = new Dropit('select', {
    hiddenSelectClass   : 'hidden',
    dropitClass         : 'custom',
    activeListClass     : 'active',
    selectedOptionClass : 'selected'
});

Contribute

See the contributing guide

Licence

MIT © Johnie Hjelm

Package Sidebar

Install

npm i dropit

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • johnie