🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Price Format is a jQuery plugin that allows you to format input text fields as prices. For example, if you type 123456, the plugin updates it to US$ 1,234.56. It is costumizable, so you can use other prefixes and separators (for example, use

input number-format

Documentation

Jquery-Price-Format license GitHub issues Codacy Badge

jQuery Price Format Plugin is useful to format input fields and HTML elements as prices. For instance if you enter 123456 the plugin automagically formats it as US$ 1,234.56.

Surely it is costumizable so you can use other prefixes, separators, suffixes, plus and minus signs etc. Check out some awesome examples.

Installation

npm install --save https://github.com/flaviosilveira/Jquery-Price-Format.git

Usage

  1. Install or download the jquery.priceformat.min.js
  2. Include the proper script tag in your HTML, e.g.:
    <script src="./your-project/jquery.priceformat.min.js"></script>
  3. Customize as in the examples and enjoy it!

Contributing

Please contribute using Github Flow:

  1. Fork it
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Any doubt open an issue or drop a line:

Author Maintainers Collaborators
github/cuducos
Eduardo Cuducos
github/flaviosilveira github/nandomoreirame
Flávio da Silveira and Fernando Moreira
An awesome group of people

History

Check out releases for a detailed changelog.

License

Code is under MIT License
Copyright © jQuery-Price-Format


You May Also Like