Posts Tagged ‘opensource’

Introducing Tiny JavaScript Number Formatter

Monday, August 18th, 2008 by Jesper Rønn-Jensen

For a current project, I created a tiny number formatter that inserts thousand delimiters in a string: 10000 to 10,000 etc. Just add css class=”numberformat currency” to a text field, and it will be formatted automatically. It is based on the Prototype JavaScript library. You can get it from it’s GitHub repository page. Feel free […]