I want to remove an option from a HTML multi select box using prototype. I tried the one below, and unfortunately it did not work
$('left').options.item($('left').selectedIndex)).remove();
I found some example with .removedChild()..I did not want to use them as it defeats the purpose of using JS library like Prototype.