modulex-event-dom

1.0.2 • Public • Published

event-dom

event registration and fire across browsers

modulex-event-dom NPM downloads Build Status Coverage Status Dependency Status node version

example

modulex.use(['event-dom'],function(Event){
    Event.on(document.getElementById('t'),'click',function(){
    });
});

Readme

Keywords

none

Package Sidebar

Install

npm i modulex-event-dom

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • yiminghe