$('table tr').each(function(indx){ //... if($(this).find("b:contains('Общее сообщение')").length){ $(this).addClass('alliance'); } //... });