function removeOption() {
                document.getElementById(this.id).
parentNode.parentNode.parentNode.parentNode.removeChild(
document.getElementById(this.id).parentNode.parentNode.parentNode);
            }


내가 하면서도 기가 차고 어이가 없는 수준인데

진짜 바닐라 자바스크립트는 이따위로 해야되는거 맞는거냐?