我們的志工尚未將此文章翻譯為 正體中文 (繁體) 版本。加入我們,幫忙翻譯!
The onmousedown
property returns the onmousedown
event handler code on the current element.
Syntax
element.onmousedown = eventHandler
Notes
The mousedown
event is raised when the user presses the mouse button.
Specification
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'onmousedown' in that specification. |
Living Standard |