본문 바로가기

컴퓨터/Javascript

Javascript Attribute 제어

Element.setAttribute("property", "value");
Element.removeAttribute("property");