jquery 2 decimal places

JavaScript
var total = 100.525444
var final_total = total.toFixed(2); // 100.52
Source

Also in JavaScript: