pub fn remove_attribute(el: &Element, attr_name: &str)
Expand description

Removes an attribute from a DOM element. See Element.removeAttribute.