Skip to content

jQuery Price Format Plugin is a plugin 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 it to get R$ 1.234,55).

Notifications You must be signed in to change notification settings

flaviokz/Jquery-Price-Format

 
 

Repository files navigation

Jquery-Price-Format

jQuery Price Format Plugin is a plugin 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 it to get R$ 1.234,55), use plus sign and minus sign.

Now in the version 2.0, jQuery Price Format can be used for any HTML element.

Check our site for examples: http://jquerypriceformat.com

Install

bower install jquery-price-format2

ps: the original repository doesn't have bower support... and the command "bower install jquery-price-format" was already registered but didn't work

About

jQuery Price Format Plugin is a plugin 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 it to get R$ 1.234,55).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.7%
  • HTML 24.3%