tutorial.eyehunts.com
JavaScript string to float 2 decimal | Example code
Use toFixed() function to parse the string to float 2 decimal in JavaScript. And for performance use math round 100 times as fast as parse...
Rohit