JQUERY 2 décimales

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