how can i get a value from a selected element (option), i have over 20 select element
how can i select all the ‘select element’ from HTML, and get the value from the option selected. how can i retrieve value that’s selected from the option, i want to iterate through the select elements and get the selected value, like a dropdown list from an e-commence website, where a user can select the […]