Wie erhalte ich den Textwert einer ausgewählten Option?
$( "#myselect option:selected" ).text();
Viruscom1000
$( "#myselect option:selected" ).text();
const getSelectedText = () => window.getSelection().toString();
const getSelectedText = () => window.getSelection().toString();
getSelectedText();