JQuery usuń wszystkie opcje, ale najpierw
yourSelect.find('option').not(':first').remove();
Stormy Serval
yourSelect.find('option').not(':first').remove();