UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

18 lines 646 B
�� DC.removeAttribute(stringAttributeNameOrArray) Shorthand: DC.remAttr(stringAttributeNameOrArray) Description: Removes the specified attribute or array of attributes from DC.wrapper. Returns: DC Object. Example: DC.removeAttribute("tabindex"); DC.removeAttribute([ "tabindex", "aria-hidden" ]);