Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 468 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 468 Bytes

object-element-attribute

Provide ObjectElement attribute manipulation methods

Installation

Install with component(1):

$ component install object-dom/object-element-attribute

API

objectElement

####.hasAttribute(String name) ####.getAttribute(String name) ####.setAttribute(String name, String value) ####.removeAttribute(String name)

Test

http://object-dom.github.io/object-element-attribute/test

License

MIT