


The events presented here have names that are recognized by most browsers when they occur on a specific HTML element. That is, the browser will look for the event handler script you registered for this HTML element, and it will be executed immediately.
There are only a few events in the beginning. These events work in almost all JavaScript browsers, even very old ones. Note that those early events only work on links or forms, and sometimes on the entire window, but not most other HTML elements.
Times have changed, and many new events have been introduced to you. Fourth generation browsers and higher allow events to be registered on any HTML element.
So you can basically bind any event on any element, although binding a keydown on
doesn’t make much sense.
See the full browser event compatibility list here.
Interface events
Interface events are not triggered by user actions, but by the results of user actions.When the user clicks on any element, a click time will be triggered. When a click occurs on an element with special meaning, additional interface events will be triggered.
For example, when the user clicks on a link, the click time is triggered. Click this link and a new page will be loaded, so this special click event causes the interface event unload to be triggered.
Other interface events include resize, scroll and focus/blur.
Mouse events
Starting from Netscape 2, all browsers have noticed these two facts. When the mouse enters a link area, the mouseover event is triggered. When he clicks on this link, the click event is triggered. Soon after mouseout was added, it will be triggered when the mouse leaves the link area. Therefore the Traditional Mouse Event Triad (Traditional Triad) was established.The third generation of browsers has made some extensions to mouse events. dbclick has been added, and the click event is divided into mousedown and mouseup: the user presses and pops up the mouse button. Finally, mousemove tracking the trajectory of the mouse
has also become possible
In the following chapters, mouse events will be explained in detail.
Form events
Forms can recognize submit and reset events. Submit is triggered when the user submits the form. Reset is triggered when the form is reset. The submit event is the core of all form validation code. When the user submits the form, the form is traversed to check for incorrect data. If an error is found, stop submitting the form and issue a warning to the user.The form can also identify focus and blur events, as well as keyboard events and click events when an item gains or loses focus. Additional compatibility lists can be viewed.
Generally be careful when using these events. It's entirely possible to use onblur to validate data when the user navigates away from an item in a form, but this is often annoying. Users don’t want to see any pop-up prompts when they are busy filling out a form.
W3C events
In W3C’s DOM 2 event specification also defines some Mutation events. These events are triggered when the document's DOM structure changes. The most common one is the DOMSubtreeModified event, which is triggered when the DOM changes.Mozilla sets this event to subtreemodified. Mozilla also does not support other w3c events that we have not mentioned.
Microsoft events
Microsoft has created a lot of events. Some are very interesting.The comtextmenu event will be triggered when the user clicks the right mouse button at any time. This is useful enough to abuse. Mozilla also supports this event.
When an XML file is imported, the readystatechange event is served like some load events. When the readyState of the XML document becomes 4, the document is loaded. (Don’t ask me what readyState is, it works and is enough)
What is surprising is that there is a beforeunload event before the unload event occurs. It was designed to cancel closing the page, but no one cared.
Finally, Microsoft also invented the mouseenter and mouseleave events, which are almost the same as the mouseover and mouseout events.See chapter Mouse Events.
Of course the above events are only supported by IE.
Mozilla events
Mozilla, of course, also has a lot of its own events. I haven't studied it carefully yet.Event handler
All events will be detected by the browser whenever they are triggered. Browsers also typically execute default procedures, such as when a user clicks on a link. But sometimes nothing happens.The whole point of event handlers is that you can make other things happen. You can have the browser execute your script when an event occurs. If you write it like this then your script will be executed whenever the event occurs. If these scripts are useful on a logical basis, your users will be very happy.
In order to ensure that your script can be executed when the event is triggered, you need to register the event for a certain action of the HTML element, like the following:
这样脚本里的alert('I\'ve been clicked!')就会在click事件发生的时候执行。这就注册了一个事件处理程序。<br>
Continue
If you want to continue learning, please read the next chapter.

火狐浏览器是“美国”的。Firefox火狐浏览器是开源基金组织Mozilla研发的一个自由及开放源代码的网页浏览器;而Mozilla基金会成立于2003年7月,是一家美国公司,现位于美国加利福尼亚州的芒廷维尤。

电脑浏览器打不开网页但能上网解决方法:1、网络设置问题,将路由器断电并等待几分钟,然后再重新插上电源;2、浏览器设置问题,清除浏览器缓存和浏览历史记录,确保浏览器没有设置代理服务器或虚拟专用网络;3、DNS设置问题,将DNS设置更改为公共DNS服务器地址;4、杀毒软件或防火墙问题,禁用杀毒软件或防火墙,再尝试打开网页;5、网页本身的问题,等待一段时间或联系网站管理员了解情况。

Windows10自带的Edge浏览器在程序面板上是不能被卸载的,但是有些网友不喜欢使用edge浏览器,想要卸载掉它。那么我们可以尝试如何卸载edge浏览器呢?下面小编就教下大家强制卸载edge浏览器的方法。具体的方法如下:1、右击左下角开始,点击“windowspowershell(管理员)”打开。2、进入命令界面,输入代码get-appxpackage*edge*,查找edge包。3、在edge包中找到packagefullname,选中并复制。4、接着输入命令Remove-appxpack

微软于2020年初发布了基于Chromium(谷歌的开源引擎)的NewEdge版本。新Edge的感觉与谷歌Chrome相似,并且具有Chrome中可用的功能。但是,许多用户报告说他们在启动MicrosoftNewEdge后立即看到黑屏。用户可以访问设置菜单,但是当他们单击菜单中的任何选项时,它不起作用,只有黑屏可见。当计算机鼠标悬停在选项上并且用户可以关闭浏览器时,它会突出显示选项。在PC上打开新的Edge浏览器时是否遇到黑屏?那么这篇文章将对你有用。在这篇文章中,

如何阻止Outlook在Edge中打开链接在继续之前,请确保您的首选浏览器在Windows中设置为默认浏览器。这可确保在所需的浏览器中打开Outlook链接。要检查并设置默认浏览器:对于Windows10:单击“开始”菜单,然后选择“设置”转到“应用程序”,然后转到“默认应用程序”在默认应用程序列表的底部查找“Web浏览器”如果列出了您的首选浏览器,则一切就绪。如果列出了MicrosoftEdge,请单击它,然后从列表中选择您喜欢的浏览器。如果出现提示,请单击“仍然切换”。修复Edge问题中Ou

edge是由微软开发的基于Chromium开源项目及其他开源软件的网页浏览器。Edge浏览器主要特点是能够支持目前主流的Web技术,作为Windows10自带浏览器,给微软用户带来更好的功能体验。

苹果自带的浏览器叫“Safari”;Safari是一款由苹果公司开发的网页浏览器,是各类苹果设备的默认浏览器,该浏览器使用的是WebKit浏览器引擎,包含WebCore排版引擎及JavaScriptCore解析引擎,在GPL条约下授权,同时支持BSD系统的开发。

防挡脸弹幕,即大量弹幕飘过,但不会遮挡视频画面中的人物,看起来像是从人物背后飘过去的。机器学习已经火了好几年了,但很多人都不知道浏览器中也能运行这些能力;本文介绍在视频弹幕方面的实践优化过程,文末列举了一些本方案可适用的场景,期望能开启一些脑洞。mediapipeDemo(https://google.github.io/mediapipe/)展示主流防挡脸弹幕实现原理点播up上传视频服务器后台计算提取视频画面中的人像区域,转换成svg存储客户端播放视频的同时,从服务器下载svg与弹幕合成,人像


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor
