Answers for "how to remove all items in html select"

4

remove all options from select jquery

$('#mySelect')
    .empty()
Posted by: Guest on March-18-2020

Code answers related to "how to remove all items in html select"

Code answers related to "Javascript"

Browse Popular Code Answers by Language