npm.io
1.0.0 • Published 9 years ago

dom-once

Licence
Proprietary
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
2

dom-once

Build Status

.once for DOM Events

Usage

var once = require('dom-once')


once(document.body, 'load', function () {
  console.log('Hello world')
})

API

once(target, type, listener [, useCapture])

Works like target.addEventListener(type, listener, useCapture) / target.removeEventListener(type, listener) just all automagically. No fluf, no fuss, plain and simple

Install

npm install dom-once

License

ISC

Keywords