JQuery SmartInput
A plugin that supercharges input fields for accounting softwares alike.
- Enter 1k for 1,000
- Enter 1m for 1,000,000
- Enter 1b for 1,000,000,000
- Enter 1t for 1,000,000,000,000
Give your input field names when using smartInput and the rest is a breeze.
Installation
npm install smartinput --save
Usage
$(function(){
$('input').smartInput();
});
View Demo | Download smartInput.js
credits:
- accounting.js for number formatting