Ah, so basically try something like:

var text = $(this).text().toLowerCase();
text = $.trim(text);
if(text === subToBold)

Reply via email to