Core Docs | Additional Modules Docs

Element.prototype.unsetAttributes


@Description: Unsets the attributes of the element that are in the argument array
@File: Element/prototype/unsetAttributes.js
@Param: Array a A list of strings which represent the values to unset
@Example:
myElement.unsetAttributes(['friend', 'nextKin']);