컴퓨터/Javascript
Javascript Attribute 제어
sayyesdoit
2022. 6. 29. 18:37
Element.setAttribute("property", "value");
Element.removeAttribute("property");