Answers for "javascript if text is selected"

4

get selected text js

// Get highlighted text this way:

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

Code answers related to "javascript if text is selected"

Code answers related to "Javascript"

Browse Popular Code Answers by Language