Answers for "remove all options from select jquery and add new"

4

remove all options from select jquery

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

Code answers related to "remove all options from select jquery and add new"

Code answers related to "Javascript"

Browse Popular Code Answers by Language