fire-html-event

1.0.2 • Public • Published

Pass an element and the event name to fire. The event is then fired.

Usage

var fireEvent = require('fire-html-event');
 
fireEvent(element, 'change');
// change event is fired for the passed element.

Readme

Keywords

none

Package Sidebar

Install

npm i fire-html-event

Weekly Downloads

141

Version

1.0.2

License

ISC

Last publish

Collaborators

  • mattlarner