In] JavaScript mouse event Summary
Trigger Time Server
This event is triggered when the onclick cursor is clicked.
This event is triggered when the ondblclick mouse is double-clicked.
This event is triggered when onmousedown is clicked.
This event is triggered when the onmouseup mouse is pressed and the mouse is released
Onmouseover this event is triggered when the mouse pointer moves over an object range.
This event is triggered when the onmousemove mouse moves
Onmouseout: this event is triggered when the mouse pointer leaves an object range.
Onkeypress this event is triggered when a key on the keyboard is pressed and released
Onkeydown: this event is triggered when a key on the keyboard is pressed.
Onkeyup: this event is triggered when a button on the keyboard is pressed and opened.
Page-related events onabort images are interrupted by users during download
This event is triggered when the content on the current page of onbeforeunload is about to be changed.
This event is triggered when an onerror occurs.
This event is triggered when the onload page content is complete.
This event is triggered when the window of the onmove browser is moved.
Onresize triggers this event when the browser's window size is changed
This event is triggered when the position of the onscroll browser scroll bar changes.
This event is triggered when the stop button of the onstop browser is pressed or the file being downloaded is interrupted.
This event is triggered when the onUnload current page is changed
This event is triggered when the current onblur element loses focus.
Onchange: this event is triggered when the current element loses focus and the content of the element changes.
Onfocus: this event is triggered when an element obtains focus.
Onreset: this event is triggered when the reset attribute in the form is fired.
Onsubmit triggers this event when a form is submitted
This event is triggered when onbounce moves content within marquee beyond the marquee display range.
Onfinish: this event is triggered when the marquee element completes the content to be displayed.
Onstart triggers this event when the marquee element begins to display content
Edit event onbeforecopy: this event is triggered when the selected content on the page is to be copied to the clipboard of the browser system.
Onbeforecut this event is triggered when part or all of the content on the page is removed from the current page [clipboard] and moved to the browser's system clipboard.
Continue table
Trigger Time Server
Edit event onbeforeeditfocus the current element will enter the editing status
This event is triggered when the onbeforepaste content is to be transferred [pasted] to the page from the browser's system clipboard
Onbeforeupdate: notifies the target object when the viewer pastes the content in the system clipboard.
Oncontextmenu events that are triggered when the viewer right-clicks a menu or uses a keyboard button to trigger a page menu
Oncopy: this event is triggered when the selected content on the page is copied.
Oncut triggers this event when the selected content on the page is cut
Ondrag triggers this event when an object is dragged [activity event]
Ondragdrop an external object is dragged into the current window or frame by the mouse to trigger this event
Ondragend: this event is triggered when the mouse is dragged to an end, that is, the mouse button is released.
Ondragenter: this event is triggered when an object dragged by the mouse enters the container range.
Ondragleave triggers this event when the object dragged by the mouse leaves its container range
Ondragover this event is triggered when a dragged object is dragged within the range of another object container.
Ondragstart: this event is triggered when an object is dragged.
Ondrop triggers this event when the mouse button is released during a drag process.
Onlosecapture this event is triggered when the selection focus formed by the element's mouse movement is lost.
Onpaste triggers this event when the content is pasted
Onselect triggers this event when the text content is selected
Onselectstart event triggered when the text content is selected
External event onafterprint: this event is triggered when the document is printed
Onbeforeprint triggers this event when the document is about to be printed
Onfilterchange event triggered when the filter effect of an object changes
Onhelp: this event is triggered when the viewer presses the F1 key or the browser's help selection.
Onpropertychange: this event is triggered when one of the object's properties changes.
Onreadystatechange: this event is triggered when the object's initialization property value changes.