Skip to content

koinejs/Decorators

Repository files navigation

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

About

Decorators for dom elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published