SlideShare une entreprise Scribd logo
1  sur  50
Event  객체 이벤트와 이벤트 핸들러
Contents 학습 목표 01. 이벤트와 이벤트 핸들러 02. Event  객체
▶ Event  객체 ,[object Object],[object Object],[object Object],[object Object]
▶ Event  객체 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶ Event  객체 ( 익스플로러 ) -  속성 속성 기능 x 선택한 객체에 위치해 있는  x 좌표값 y 선택한 객체에 위치해 있는  y 좌표값 screenX 화면전체에서 마우스의  x 좌표값 screenY 화면전체에서 마우스의  x 좌표값
▶ Event  객체  ( 익스플로러 ) -  속성 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶ Event  객체  ( 익스플로러 ) -  속성 ,[object Object],1 왼쪽 버튼을 눌렀을 경우 5 왼쪽과 중간 버튼을 같이 눌렀을 경우 2 오른쪽 버튼을 눌렀을 경우 6 중간과 오른쪽 버튼을 같이 눌렀을 경우 3 왼쪽과 오른쪽을 같이 눌렀을 경우 7 마우스 버튼 버튼을 눌렀을 경우 4 마우스 중간 버튼을 눌렀을 경우
▶ Event  객체  ( 넷스케이프 ) -  속성 속성 기능 pageX 문서내의  X  좌표값 pageY 문서내의  Y  좌표값 screenX 화면 전체에서  x 좌표값 screenY 화면 전체에서  y 좌표값
▶ Event  객체  ( 넷스케이프 ) -  속성 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트와 이벤트 핸들러 클릭 이벤트 발생 이벤트 핸들러에 의해 이벤트 처리
▶  이벤트와 이벤트 핸들러 종류 이벤트 이벤트 핸들러 발생 blur OnBlur 포커스가 다른곳으로 이동하거나 벗어날때 click OnClick 클릭했을때 focus OnFocus 포커스를 받을때 ( 커서가 생겨나는 순간 ) load OnLoad 브라우저를 이용해서 웹 문서를 읽어올때 mousedown OnMouseDown 사용자가 마우스를 누르는 순간 Mouse ㅡ move OnMouseMove 사용자가 마우스를 움직이는 순간
▶  이벤트 핸들러 실행 방법 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 실행 방법 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 실행 방법 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 실행 방법 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onBlur) ,[object Object]
▶  이벤트 핸들러 (onBlur) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onFocus) ,[object Object]
▶  이벤트 핸들러 (onFocus) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onFocus) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onFocus+onBlur) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onChange) ,[object Object],[object Object]
▶  이벤트 핸들러 (onChange) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onClick) ,[object Object]
▶  이벤트 핸들러 (onClick) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onClick) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onClick) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onDbClick) ,[object Object]
▶  이벤트 핸들러 (onDbClick) ,[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onKeyDown) ,[object Object]
▶  이벤트 핸들러 (onKeyDown) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onKeyUP) ,[object Object]
▶  이벤트 핸들러 (onKeyUP) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onLoad) ,[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onLoad) ,[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onMouseOver) ,[object Object]
▶  이벤트 핸들러 (onMouseOver) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onMouseOver) ,[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onMouseOut) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onMouseOut+Over) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onMouseDown) ,[object Object]
▶  이벤트 핸들러 (onMouseDown) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onMouseUp) ,[object Object]
▶  이벤트 핸들러 (onMouseUp) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onReset) ,[object Object]
▶  이벤트 핸들러 (onReset) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onSubmit) ,[object Object]
▶  이벤트 핸들러 (onSubmit) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
▶  이벤트 핸들러 (onSelect) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Contenu connexe

En vedette

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

En vedette (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

JavaScript 12 Event Object

  • 1. Event 객체 이벤트와 이벤트 핸들러
  • 2. Contents 학습 목표 01. 이벤트와 이벤트 핸들러 02. Event 객체
  • 3.
  • 4.
  • 5. ▶ Event 객체 ( 익스플로러 ) - 속성 속성 기능 x 선택한 객체에 위치해 있는 x 좌표값 y 선택한 객체에 위치해 있는 y 좌표값 screenX 화면전체에서 마우스의 x 좌표값 screenY 화면전체에서 마우스의 x 좌표값
  • 6.
  • 7.
  • 8. ▶ Event 객체 ( 넷스케이프 ) - 속성 속성 기능 pageX 문서내의 X 좌표값 pageY 문서내의 Y 좌표값 screenX 화면 전체에서 x 좌표값 screenY 화면 전체에서 y 좌표값
  • 9.
  • 10. ▶ 이벤트와 이벤트 핸들러 클릭 이벤트 발생 이벤트 핸들러에 의해 이벤트 처리
  • 11. ▶ 이벤트와 이벤트 핸들러 종류 이벤트 이벤트 핸들러 발생 blur OnBlur 포커스가 다른곳으로 이동하거나 벗어날때 click OnClick 클릭했을때 focus OnFocus 포커스를 받을때 ( 커서가 생겨나는 순간 ) load OnLoad 브라우저를 이용해서 웹 문서를 읽어올때 mousedown OnMouseDown 사용자가 마우스를 누르는 순간 Mouse ㅡ move OnMouseMove 사용자가 마우스를 움직이는 순간
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.