const insertAfter = (ele, anotherEle) => anotherEle.parentNode.insertBefore(ele, anotherEle.nextSibling); // Or const insertAfter = (ele, anotherEle) => anotherEle.insertAdjacentElement('afterend', ele);
등록된 댓글이 없습니다.
코리아뉴스 2001 - , All right reserved. 더보기