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(){
    });
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i modulex-event-dom

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • yiminghe