HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
UIEvent.detail 읽기 전용 속성은, 0이 아니라면, 현재 (또는 이벤트에 따라 다음) 클릭 수를 나타냅니다.
UIEvent.detail
click과 dblclick 이벤트에서의 UIEvent.detail은 현재 클릭 수입니다.
click
dblclick
mousedown과 mouseup 이벤트에서의 UIEvent.detail은 현재 클릭 수에 1을 더한 값입니다.
mousedown
mouseup
다른 모든 UIEvent 객체의 UIEvent.detail은 항상 0입니다.
UIEvent
Loading…