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