SyntaxFix
Write A Post
Hire A Developer
Questions
$("option[value='foo']").remove();
or better (if you have few selects in the page):
$("#select_id option[value='foo']").remove();