remove method
The HTMLSelectElement.remove()
method removes the element
at the specified index from the options collection for this select
element.
Implementation
external void remove([int index]);
The HTMLSelectElement.remove()
method removes the element
at the specified index from the options collection for this select
element.
external void remove([int index]);