Answers for "jquery select option clear all removed"

3

remove all options from select jquery

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

how to clear all the dropdown elements in jquery

$("#GroupName").empty();
Posted by: Guest on May-07-2020

Code answers related to "jquery select option clear all removed"

Code answers related to "Javascript"

Browse Popular Code Answers by Language