로 받습니다. 이벤트 객체에는 해당 이벤트에 관한 정보가 모두 포함되어 있습니다. 예를 들어
click
이벤트에는 클릭한 좌표를 나타내는
clientX
,
clientY
프로퍼티가 있고, 이벤트가 일
어난 요소를 나타내는
target
프로퍼티도 있습니다.
이벤트 모델은 이벤트 하나에 여러 가지 함수(핸들러)를 연결할 수 있도록 설계되어 있습니
다. 기본 핸들러가 지정된 이벤트도 많습니다. 예를 들어 사용자가
<
a
>
링크를 클릭하면 브라
우저는 이벤트에 응답해서 요청 페이지를 불러옵니다. 이런 기본 핸들러를 막으려면 이벤트 객
체에서
preventDefault
()
를 호출합니다. 기본 핸들러의 동작에 다른 기능을
추가하는
이벤트
핸들러를 만들 생각이 아니라면, 대부분의 이벤트 핸들러에서
preventDefault
()
를 사용하게
될 겁니다.
문단을 하이라이트할 때는
highlightParas
를 호출하면서 버튼의 데이터 속성
containing
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.