How to get selected text of Textarea in JavaScript ? is there any getSelectedText() function in JavaScript or jQuery , which return me only selected text , not whole text of textarea ?

Read more