class method Element.writeAttribute

View source on GitHub →

Element.writeAttribute(element, attribute[, value = true]) → Element
Element.writeAttribute(element, attributes) → Element

Adds, specifies or removes attributes passed as either a hash or a name/value pair.

This method can be called either as an instance method or as a generic method. If calling as a generic, pass the instance in as the first argument.