how to get text from selected option javascript code example
Example: get selected text js
// Get highlighted text this way:
window.getSelection().toString()
// Get highlighted text this way:
window.getSelection().toString()