Search code examples
jquerycurrencyformatter

How can I correctly format currency using jquery?


I do not need a mask, but I need something that will format currency(in all browsers) and not allow for any letters or special char's to be typed. Thanks for the help

Example:

Valid: $50.00
$1,000.53

Not Valid: $w45.00
$34.3r6


Solution

  • JQUERY FORMATCURRENCY PLUGIN
    http://code.google.com/p/jquery-formatcurrency/