Skip to main content

dom_before

Function dom_before 

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

element.before(…nodes):自身の前に兄弟として挿入。