html-oninput
v1.0.1
Published
Trigger the jquery change event on each input in a html input field.
Downloads
10
Maintainers
Readme
Html OnInput
Trigger the jquery change event on each input in a html input field.
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install html-oninput
This package is provided in ES6 module format.
Usage
When the user type in an input field, the jquery event change
is triggered only when the focus is lost. This module trigger the change
event on each key pressed.
To use it, just do :
import htmlOnInput from 'html-oninput';
htmlOnInput.init();