All I have learned.
Use this JavaScript to remove all the options in the dropdown select box.
document.getElementById('Dropdown').length = 0;
Post a Comment
No comments:
Post a Comment