my <span class="highlight">highlighted</span> word
In above selected text include html tag. When I use window.getSelection() returns only the text without tag my highlighted word but I need entire selected text with <span> tag as above. Could anyone please help me.