In this video we are going to play around with the select html element and JavaScript.
Download the start files to follow along:
https://digitalfox-tutorials.com/yout...
We are going to see how to:
getting the value of the selected option tag.
disabling the select menu element.
getting the selected option text.
target an html form with JavaScript.
target the options tags of an select element.
set a option tag as selected.
get the selected index of an option tag.
prevent the form submitting to the server.