I need to make text bold inside elements with class=”descTD” up to the first forward slash (/) like so:
before slash / after slash
the text is inside td:
<td class="descTD">My text / is this</td>
I’m a javascript jQuery newbe. Any help would be much appreciated
you can use something like this :