- 1
- 2
- 3
- 4
- 5
- 6
function calculateRow(element) {
var qty = element.val();
var price = element.parent().next().next().children().text();
var total = (qty * price).toFixed(2);
$(element).parent().next().next().next().children().first().text(total);
}
wvxvw 09.04.2013 19:57 # +8
Serabas 14.04.2013 20:02 # +2