use js to get select value April 12, 2023 by wordlinkanswers use js to get select value Comment 5 // reference to ‘scripts’ select list<br /> // used throughout the examples below<br /> var sel = document.getElementById(‘scripts’);</p> <p>// display value property of select list (from selected option)<br /> console.log( sel.value );<br /> Popularity 10/10 Helpfulness 4/10 Language javascript Source: www.dyn-web.com Tags: get javascript select Share Link to this answer Share Contributed on Feb 22 2020 Careful Cicada 0 Answers Avg Quality 2/10 wordlinkanswers