Package Exports
- smartinput
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smartinput) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 --saveUsage
$(function(){
$('input').smartInput();
});View Demo | Download smartInput.js
credits:
- accounting.js for number formatting