SyntaxFix
Write A Post
Hire A Developer
Questions
this isn't a css selector. you can avoid spelling the id of this by passing it as a context:
this
$('option:selected', this).remove();
http://api.jquery.com/jQuery/