1.0.1 • Published 6 years ago

html-oninput v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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();

Dependencies

License

ISC