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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -