(0724)onmousedown 과 onmouseup event

onmousedown

2가지 event가 결합된 event listener 이다

  • mouse가 특정 element 위에 올라가기
  • 해당 element click한 상태 유지

위 2가지 event가 모두 실행되어야 onmousedown에게 주어진
callback이 실행된다

onmouseup

마찬가지 2가지 event가 결합된 event listener 이다

  • mouse가 특정 element 위에 올라가기
  • 해당 element click을 해제하기

위 2가지 event가 모두 충족해야 onmouseup에 주어진
callback이 실행된다


[david hwang]
Written by@[david hwang]
깊게 이해하고 넓게 소통합니다.

GitHubMedium