while ($("table#" + i).length) { var i2 = 1; $("table#" + i + " .t_head th").each(function (){ if(i2 > 2){ $(this).css('width', $(this).width()); } i2 ++; }) }