Skip to main content

select_options_remove

Function select_options_remove 

Source
pub fn select_options_remove(
    it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

select.options.remove(index)HTMLOptionsCollection。上記 add と対に なる、指定インデックスの <option> を取り除く定番メソッド)。