Posts on javascript

Formatting currency in Javascript

a post by Peter Hollows about javascript.

I’ve been hunting for something like Rails’ number_to_currency for Javascript that’d give me a delimited output with precision in cents. Most of what I found didn't...