Developer/Javascript

캡쳐링 버블링

슈퍼두치 2017. 10. 25. 10:38
event.stopPropagation();    // 캡쳐링해제(부모 → 자식)
event.preventDefault();     // 버블링해제(자식 → 부모)