On the web page I have a listbox with a few items in it. The line:
$('#my-list-of-options option:selected').hide();
successfully hides the element currently selected element in mozilla. Not in chrome though. How can I get it to work in chrome?