JQuery entfernen Sie alle Optionen, aber zuerst
yourSelect.find('option').not(':first').remove();
Stormy Serval
yourSelect.find('option').not(':first').remove();