fire-html-event
v1.0.2
Published
Pass an element and the event name to fire. The event is then fired.
Downloads
794
Readme
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.