오락기/js

Element Attribute

문방구앞오락기 2017. 4. 17. 17:42
  • Element.getAttribute(name)
  • Element.setAttribute(name, value)
  • Element.hasAttribute(name);
  • Element.removeAttribute(name);