Skip to main content

dom_toggle_attribute

Function dom_toggle_attribute 

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

element.toggleAttribute(name[, force]) → 操作後の存在を返す。