Answers for "remove all options from select tag in jquery"

3

remove all options from select jquery

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

Code answers related to "remove all options from select tag in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language