$("td#exist").each(function(i,dom){ var me = $(dom); if(/^\s*1\s*$/.test(me.text()){ me.closest("tr").css({ "font-weight:": "bolder" }); }});