I wish to make a single line in a div highlighted when clicked (not the whole div selected)
I can use jquery or javascript as needed.
The div new lines are separated by br tag.
<div class="selectline">
aaaaaaaaaaaaaabbbbbbbbbbbbbccccccccccccccccc<br>
aaaaaaaaaaaaaabbbbbbbbbbbbbccccccccccccccccc<br>
aaaaaaaaaaaaaabbbbbbbbbbbbbccccccccccccccccc<br>
</div>
Thank you.
Please note: the text needs to be highlited - as in if I right and click and select copy it will copy the entire line.