$('table td').each(function(index, value){ if(index=== 1) { $(this).remove(); } if($(this).text() == 'значение') { $(this).remove(); } });