I have
select something something 1
This works a little differently from other answers in that it unselects all options:
$("#baba option").prop("selected", false);
(Borrowed from https://stackoverflow.com/a/11098981/1048376)