dojo.removeAttr
<script src="../../js/dojo.js"></script>
defined in dojo/_base/html.js
Removes an attribute from an HTML element.
parameter | type | description |
---|---|---|
node | DomNode|String | id or reference to the element to remove the attribute from |
name | String | the name of the attribute to remove |