How can I correctly format currency using jquery? -


i not need mask, need format currency(in browsers) , not allow letters or special char's typed. help

example:

valid: $50.00
$1,000.53

not valid: $w45.00
$34.3r6

jquery formatcurrency plugin
http://code.google.com/p/jquery-formatcurrency/


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -