728x90 ie not working1 개체가 속성이나 메소드를 지원하지 않습니다(IE Not working after) 08.23 14:2 var parent = document.createElement("div"); var child = document.createElement("p"); parent.appendChild(child); var span = document.createElement("span"); child.after(span); console.log(parent.outerHTML); // "" (위 예제는 mdn 공식 사이트에서 가져옴..) 나는 개발을 하고 크롬브라우저에서 확인을 한다. 크롬이 잘 되어있기도 하고 ie는 쳐다보기도 싫어서...ㅋㅋ 근데 회사에서 프로젝트를 진행하다보니 ie11 까지는 지원을 하자고 해서 테스트를 하는 도중에 "after" 에서 막혀버렸다. mdn 사이트에서 확인을 해보니.. 2019. 8. 23. 이전 1 다음 728x90