jQuery 2 десятичных десятичных мест

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