var summa = 0; $('#combined_table.vis tbody tr.nowrap td.unit-item:eq(7)').each(function() { summa += parseInt($(this).val()); }); alert();