How to Remove All Options from a Dropdown Select Box with Javascript
To remove all options from a dropdown select box with Javascript, simply set the length property of the dropdown box to 0. For instance, if a dropdown select box is defined as follows:
Use this Javascript to remove all the options in the dropdown select box.