I am having trouble highlighting a certain piece of text when a user has dragged the cursor over it in jQuery
I have tried using the .select() function that jQuery gives to you but it seems to have not worked on a
Here's a example
<div>
Some random text <span class="highlighted_text">Highlighted text</span>
</div>
when the user drags their cursor over a certain piece of text it wraps on the text they dragged over in a tag
thanks,
Arnav