1.0.5 • Published 6 years ago

smartinput v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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:

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago