Answers for "get the text value of a selected option in javascript"

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 the text value of a selected option in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language