$(".jtable").find("td").each(function () { if ($(this).text() == "Pending") { $(this).css("backgroundColor", "red"); } });