JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q33230F
  • License MIT

A supercharger for input field for accounting apps

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 --save

Usage

$(function(){
  $('input').smartInput();
});

View Demo | Download smartInput.js

credits: