var score = 0; $('.statistika-table td').each(function() { score += +this.textContent; }); alert(score);