I'm currently having a problem replacing the current text with the same text but in bold. I've tried the following
var valueInRow = $(value).closest(".label.imaged").text();
var result = valueInRow.bold();
$(value).closest(".label.imaged").text().replaceWith(result);
But I'm not sure why it doesn't work; Any ideas?
text
` `$('p').css('font-weight', 900)` – zer00ne Nov 11 '16 at 12:02