I have some div with text and spans (include text). How I can highlight text into div if I know highlight positions? I mean:
<div>Lorem<span> ipsum</span> dolor amet</div>
for positions 2 and 14:
<div>Lo<b>rem<span> ipsum</span> dol</b>or amet</div>
I can do this simple? With small and clean code. Thank you