JavaScript Get OptGroup de l'option sélectionnée
document.querySelector('select[name="lstparameters"] option:checked').parentElement.label
Arrogant Antelope
document.querySelector('select[name="lstparameters"] option:checked').parentElement.label