0.9.3 • Published 10 years ago

koine-decorators-dom v0.9.3

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

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