Element.removeAttribute

Removes the given attribute from the element.

class Element
@scriptable
removeAttribute
(
string name
)
out (ret) { assert (ret is this); }
Suggestion Box / Bug Report