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