/textFieldRangeJS

JavaScript Library

Primary LanguageJavaScriptMIT LicenseMIT

DEPRECATED.

textFieldRangeJS

Simple, useful, light and complete, aimed at controlling and obtaining data from HTML elements of text entry.

Getting started

Download

Via npm

$ npm install textFieldRangejs --save

or manual download.

Usage

ES6 modules

import textFieldRange from 'textFieldRangeJS/lib/textFieldRange.js';

CommonJS

const textFieldRange = require('textFieldRange');

File include

Link textFieldRange.min.js in your HTML :

<script src="textFieldRange.min.js"></script>

Hello world

textFieldRange( myTextField );

Browser support

Firefox Opera Chrome Edge IE Safari
20.0.1 * 25.0 * 26.0 * * 7.0 * 5.1 *

Google Chrome: It is possible that the library also supports older versions of this browser.

Website | Documentation | MIT License | © 2021 Diogo Neves.