customd / jquery-number

Easily format numbers for display use. Replace numbers inline in a document, or return a formatted number for other uses.
https://www.customd.com/articles/14/jquery-number-format-redux
MIT License
442 stars 403 forks source link

$.number( 5100, 2 ) doesn't work in safari. #123

Open ynakasone opened 7 years ago

ynakasone commented 7 years ago

I just tested in:

Safari for windows Safari in iPad

and when I do $.number( 5100, 2 ), I get 5100.00 with no comma (for thousand separator)

Thank you!!