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.stopImmediatePropagation()

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

event.stopImmediatePropagation() 는 같은 이벤트에서 다른 리스너들이 불려지는 것을 막습니다. 

문법

event.stopImmediatePropagation(); 

주석

만약  다양한 리스너들이 같은 이벤트타입을 위한 같은 요소에 소속되어 있다면 그들은 추가 된 순서대로 불리게 될 것입니다. 만약 event.stopImmediatePropagation()을 호출하면, 남아있는 리스너들이 불리는 일이 없을 것입니다.

명세

명세 상태 설명
DOM
The definition of 'Event.stopImmediatePropagation()' in that specification.
Living Standard  
DOM4
The definition of 'Event.stopImmediatePropagation()' in that specification.
Recommendation Initial definition

브라우저 호환성

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 6.0 10.0 (10.0) 9.0 15.0 5.0
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? ? ? ? ?

문서 태그 및 공헌자

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