jquery remove all options but first

JavaScript
yourSelect.find('option').not(':first').remove();
Source

Also in JavaScript: