개발(게시판 프로젝트)/공부
-
event.stopPropagation(), event.preventDefault () 이해하기개발(게시판 프로젝트)/공부 2022. 8. 18. 10:17
출처 : https://ismydream.tistory.com/98 event.stopPropagation(), event.preventDefault () 이해하기 event.stopPropagation(), event.preventDefault () 이해하기 event.stopPropagation() 을 이해하기 위해서는 우선 HTML 상에서 사용자 이벤트가 어떻게 전달되는지 이해해야 합니다. 웹에서의 클릭이벤트 전파 p.. ismydream.tistory.com 아카이브 https://archive.ph/OH56R archive.ph What can I do to prevent this in the future? If you are on a personal connection, like at home..
-