Hi, it seems I have a little problem with some jQuery code, but I can't get it to work,
I want to add content based CSS style starting from 1.6 :
<p><strong>1.6.1</strong> this is some content</p>
jQuery as follows:
$('p strong:starts-with(1.6)').css('background-color', '#3c763d');
based on code, it should just stylize only the βstrongβ element.
source share