$(document).ready(function(){ $('table tbody tr td.att_title').each(function(){ //$(this).css('width','400px'); if($(this).find('font').text() == '제목'){ // $(this).css('background','red'); // console.log($(this).width()); } }); });