I have strings of numbers...
**[0.7955635, 485, .421, 1.08]**
Assuming i have a jquery selector for this collection, how would I format them to always show a leading zero (or integer) followed by two decimal places: [0.79, 485.00, 0.42, 1.08].
|
I have strings of numbers...
Assuming i have a jquery selector for this collection, how would I format them to always show a leading zero (or integer) followed by two decimal places: [0.79, 485.00, 0.42, 1.08]. |
|||||||
|
|
Example -
Demo - http://jsfiddle.net/vnW7H/ |
|||
|
|