-2
https://github.com/eligrey/classList.js/blob/master/classList.js 살펴 준비해주십시오document.createElement ("_")는 자바 스크립트에서 할 무엇을
if ("document" in self && !("classList" in document.createElement("_"))) {
//...
}
document.createElement("_")
의 목적은 무엇입니까? html 요소를 만들지 만 html 요소 이름 대신 _
을 사용해야하는 이유는 무엇입니까?
* 너무 많습니까? * 몇 가지 예를 제공해 주시겠습니까? – VisioN
'document.createElement (_)'을 보지 못하셨습니까? – Teemu
@Teemu는 https://github.com/eligrey/classList.js/blob/master/classList.js에서보세요 –