SyntaxFix
Write A Post
Hire A Developer
Questions
This should do the trick:
$('#some_select_box').click(function() { $('option:selected', this ).remove(); });