removeAttribute
Removes an attribute from an element, effectively Element.prototype.removeAttribute
.
mutate.removeAttribute.call(element, name, value)
Parameters
- element
{Element}
:The element from which to remove the attribute.
- name
{String}
:The name of the attribute to remove.