$(document).ready(function(){ var c = 1; $("tr").each(function() {$(this).find("td").eq(2).addClass("E_"+c);c++;}); });