jquery select remove all options except first code example Example: jquery remove all options but first yourSelect.find('option').not(':first').remove();