$('#IR1 tbody tr td').each(function(){ header = $(this).attr('headers'); if (header == 'CNT' || header == 'AWCNT' || header == 'BWCNT') { $(this).css({"background-color":"lightgrey"}); } });