Skip to content

git-decadent/cashFormat.js

Repository files navigation

cashFormat.js

jQuery plugin to format the input data as a currency

Usage

Initialization

$(selector).cashFormat([options]);

Methods

getValue - get the input value

$(selector).cashFormat('getValue');

Options

separator - a separator between an integer and fractional parts. . (defalt) or ,.

$(selector).cashFormat({separator: ','});

About

jQuery plugin to format an input data as a currency

Resources

License

Stars

Watchers

Forks

Packages

No packages published