SyntaxFix
Write A Post
Hire A Developer
Questions
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)