Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.35 KB

Koine Decorators

Decorators for some dom elements

Code information:

Build Status Coverage Status Code Climate

Package information:

Dependency Status

Usage

var select = new Koine.Decorators.Dom.SelectDecorator(document.getElementById('some-select'));
var option = select.createOption('value', 'label', checked);

select.addOption(option);

Events

Koine.Decorators.Dom.SelectDecorator
  • change - when the value change
  • options:added - when an option was added
  • options:remove - when an option was added

Installing

@TODO

Issues/Features proposals

Here is the issue tracker.

Contributing

Please refer to the contribuiting guide.

Lincense

MIT

Authors