var tax_array = new Array();
var total = 50
$.each(tax_array,function() {
total += this;
});
$('.grand_total').html(total.toFixed(2));
var total = 50
$.each(tax_array,function() {
total += this;
});
$('.grand_total').html(total.toFixed(2));
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.