Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Event.stopPropagation()

이 글은 편집 검토가 필요합니다. 도울을 줄 수 있는 방법을 살펴보세요.

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

이벤트 캡쳐링과 버블링에 있어 현재 이벤트 이후의 전파를 막습니다.

문법

event.stopPropagation();

예시

DOM에서 이 방법과 이벤트 전파의 더욱 상세한 예시를 위한 예제 5:  Event Propagation 를 보세요.

주석

이벤트 흐름의 설명을 위한 DOM 명세 를 보세요. ( DOM 레벨 3 이베트 초안에는 삽화가 들어가 있습니다.)

preventDefault는 이벤트의 기본적인 동작(캡쳐링과 버블링)이 일어나는 것을 막기위해 보완적으로 사용되는 방법입니다.

명세

Specification Status Comment
DOM
The definition of 'Event.stopPropagation()' in that specification.
Living Standard  
DOM4
The definition of 'Event.stopPropagation()' in that specification.
Recommendation  
Document Object Model (DOM) Level 2 Events Specification
The definition of 'Event.stopPropagation()' in that specification.
Recommendation Initial definition

브라우저 호환성

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes) (Yes) 9 (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support (Yes) (Yes) ? (Yes) (Yes)

문서 태그 및 공헌자

 이 페이지의 공헌자: eatdesignlove
 최종 변경: eatdesignlove,