jQuery 2 tempat desimal

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