Answers for "Get selected text JavaScript in word"

4

get selected text js

// Get highlighted text this way:

window.getSelection().toString()
Posted by: Guest on April-08-2020

Code answers related to "Get selected text JavaScript in word"

Code answers related to "Javascript"

Browse Popular Code Answers by Language