npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

dom-on

1.0.6

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:169
$ npm install dom-on
DailyWeeklyMonthlyYearly

dom-on

NPM version build status Test coverage Downloads js-standard-style

Alias a DOM node's .addEventListener() to .on().

Installation

$ npm install dom-on

Usage

const on = require('dom-on')

const button = document.createElement('button')
on(button)

button.on('click', () => console.log('oOOoooOOoooO!'))

See Also

  • dom-wrap - Make dom elements easier to work with

License

MIT