Comment obtenir la valeur du texte d'une option sélectionnée?
$( "#myselect option:selected" ).text();
Viruscom1000
$( "#myselect option:selected" ).text();
const getSelectedText = () => window.getSelection().toString();
const getSelectedText = () => window.getSelection().toString();
getSelectedText();