search
HomeWeb Front-endJS TutorialTranslation of frequently used JavaScript events_Basic knowledge

onabort Fires when the user interrupts downloading an image.
onactivate Fires when an object is set as an active element.
onafterprint Triggers on the object immediately after the document associated with the object is printed or print previewed.
onafterupdate is triggered on the data binding object when the associated object in the data source object is successfully updated.
onbeforeactivate The object should be triggered immediately before it is set to the current element.
onbeforecopy is triggered on the source object before the selection is copied to the system clipboard.
onbeforecut is triggered on the source object before the selection is deleted from the document.
onbeforedeactivate is triggered immediately before activeElement changes from the current object to another object in the parent document.
onbeforeeditfocus is triggered before the object contained in the editable element enters the user interface activation state or before the editable container becomes the control selection area.
onbeforepaste is triggered on the target object before the selection is pasted from the system clipboard to the document.
onbeforeprint is triggered on the object before its associated document is printed or print previewed.
onbeforeunload is triggered before the page is about to be unloaded.
onbeforeupdate is triggered on the data binding object before the associated object in the data source object is successfully updated.
onblur is triggered when the object loses input focus.
onbounce is triggered when the behavior property of the marquee object is set to "alternate" and the content of the subtitle reaches the side of the window.
oncellchange is triggered when the data in the data provider changes.
onchange Triggered when the object or the content of the selected area changes.
onclick is triggered when the user clicks the object with the left mouse button.
oncontextmenu is triggered when the user right-clicks the client area to open the context menu.
oncontrolselect Fires when the user is about to create a control selection area for the object.
oncopy Fires on the source element when the user copies an object or selection and adds it to the system clipboard.
oncut Fires on the source element when the object or selection is removed from the document and added to the system clipboard.
ondataavailable is triggered whenever the data of the data source object that asynchronously transmits data arrives.
ondatasetchanged Triggered when the data set corresponding to the data source object changes.
Ondatasetcomplete triggering indicates that all data of the data source object is available.
ondblclick Fires when the user double-clicks the object.
ondeactivate is triggered when activeElement changes from the current object to another object in the parent document.
ondrag is continuously triggered on the source object when a drag operation is performed.
ondragend Fires on the source object when the user releases the mouse after the drag operation.
ondragenter is triggered on the target element when the user drags an object to a legal drag target.
ondragleave is triggered on the target object when the user moves the mouse out of the legal drag target during the drag operation.
ondragover continues to be triggered on the target element when the user drags the object across the legal drag target.
ondragstart is triggered on the source object when the user starts dragging the text selection area or selected object.
ondrop Fires on the target object when the mouse button is released during a drag operation.
onerror Triggered when an error occurs during object loading.
onerrorupdate is triggered on the data binding object when an error occurs when updating the associated data in the data source object.
onfilterchange Fires when a visual filter changes state or completes a transition.
onfinish is triggered when the subtitle loop is completed.
onfocus Fires when the object gains focus.
onfocusin Fires before the element is about to be set as focus.
onfocusout is triggered on the element that currently has focus immediately after moving focus to other elements.
onhelp Triggered when the user presses the F1 key when the browser is the current window.
onkeydown Fires when the user presses a keyboard key.
onkeypress Fires when the user presses a literal key.
onkeyup Fires when the user releases a keyboard key.
onlayoutcomplete Fires when the print or print preview layout process has completed filling the current LayoutRect object with the content from the source document.
onload is triggered immediately after the browser completes loading the object.
onlosecapture Fires when the object loses mouse capture.
onmousedown Fires when the user clicks an object with any mouse button.
onmouseenter Fires when the user moves the mouse pointer into the object.
onmouseleave Triggered when the user moves the mouse pointer outside the bounds of the object.
onmousemove is triggered when the user moves the mouse over the object.
onmouseout Fires when the user moves the mouse pointer out of the object boundary.
onmouseover Triggered when the user moves the mouse pointer into the object.
onmouseup Fires when the user releases the mouse button while the mouse is over the object.
onmousewheel Fires when the mouse wheel button is rotated.
onmove is triggered when the object moves.
onmoveend is triggered when the object stops moving.
onmovestart Fires when the object starts moving.
onpaste Fires on the target object when the user pastes data to transfer data from the system clipboard to the document.
onpropertychange is triggered when a property change occurs on the object.
onreadystatechange is triggered when the object state changes.
onreset Fires when the user resets the form.
onresize Triggered when the size of the object is about to change.
onresizeend is triggered when the user changes the size of the object in the selected area of ​​the control.
onresizestart Fires when the user starts to change the size of the object in the selection area of ​​the control.
onrowenter is triggered to indicate that the current row has been changed in the data source and new data values ​​are available on the object.
onrowexit is triggered when the data source control changes the current row of the object.
onrowsdelete Fires when a row is about to be deleted from the recordset.
onrowsinserted Triggered when a new row is inserted into the current recordset.
onscroll Fires when the user scrolls the scroll bar of the object.
onselect is triggered when the current selection changes.
onselectionchange Fires when the selected state of the document changes.
onselectstart Triggers when the object is about to be selected.
onstart is triggered at the beginning of each loop of the marquee object.
onstop is triggered when the user clicks the stop button or leaves the web page.
onsubmit is triggered when the form is about to be submitted.
onunload is triggered immediately before the object is unloaded.

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Replace String Characters in JavaScriptReplace String Characters in JavaScriptMar 11, 2025 am 12:07 AM

Detailed explanation of JavaScript string replacement method and FAQ This article will explore two ways to replace string characters in JavaScript: internal JavaScript code and internal HTML for web pages. Replace string inside JavaScript code The most direct way is to use the replace() method: str = str.replace("find","replace"); This method replaces only the first match. To replace all matches, use a regular expression and add the global flag g: str = str.replace(/fi

8 Stunning jQuery Page Layout Plugins8 Stunning jQuery Page Layout PluginsMar 06, 2025 am 12:48 AM

Leverage jQuery for Effortless Web Page Layouts: 8 Essential Plugins jQuery simplifies web page layout significantly. This article highlights eight powerful jQuery plugins that streamline the process, particularly useful for manual website creation

Build Your Own AJAX Web ApplicationsBuild Your Own AJAX Web ApplicationsMar 09, 2025 am 12:11 AM

So here you are, ready to learn all about this thing called AJAX. But, what exactly is it? The term AJAX refers to a loose grouping of technologies that are used to create dynamic, interactive web content. The term AJAX, originally coined by Jesse J

10 Mobile Cheat Sheets for Mobile Development10 Mobile Cheat Sheets for Mobile DevelopmentMar 05, 2025 am 12:43 AM

This post compiles helpful cheat sheets, reference guides, quick recipes, and code snippets for Android, Blackberry, and iPhone app development. No developer should be without them! Touch Gesture Reference Guide (PDF) A valuable resource for desig

Improve Your jQuery Knowledge with the Source ViewerImprove Your jQuery Knowledge with the Source ViewerMar 05, 2025 am 12:54 AM

jQuery is a great JavaScript framework. However, as with any library, sometimes it’s necessary to get under the hood to discover what’s going on. Perhaps it’s because you’re tracing a bug or are just curious about how jQuery achieves a particular UI

How do I create and publish my own JavaScript libraries?How do I create and publish my own JavaScript libraries?Mar 18, 2025 pm 03:12 PM

Article discusses creating, publishing, and maintaining JavaScript libraries, focusing on planning, development, testing, documentation, and promotion strategies.

10 jQuery Fun and Games Plugins10 jQuery Fun and Games PluginsMar 08, 2025 am 12:42 AM

10 fun jQuery game plugins to make your website more attractive and enhance user stickiness! While Flash is still the best software for developing casual web games, jQuery can also create surprising effects, and while not comparable to pure action Flash games, in some cases you can also have unexpected fun in your browser. jQuery tic toe game The "Hello world" of game programming now has a jQuery version. Source code jQuery Crazy Word Composition Game This is a fill-in-the-blank game, and it can produce some weird results due to not knowing the context of the word. Source code jQuery mine sweeping game

jQuery Parallax Tutorial - Animated Header BackgroundjQuery Parallax Tutorial - Animated Header BackgroundMar 08, 2025 am 12:39 AM

This tutorial demonstrates how to create a captivating parallax background effect using jQuery. We'll build a header banner with layered images that create a stunning visual depth. The updated plugin works with jQuery 1.6.4 and later. Download the

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.