Event Type 5 in JavaScript (mind mapping for reading notes)

Source: Internet
Author: User

  There are many types of events that can occur in a Web browser. As mentioned earlier, different event types have different information, and the " DOM3 Level Event" Specifies the following types of events.

  • < Span style= "color: #000000; Font-style:normal; Font-variant:normal; " >uiuser interface
  • Focus event, triggered when the element gets or loses focus; Mouse event: triggered when the user performs an action on the page with the mouse;
  • Wheel event: triggered when using the mouse wheel (or similar device);
  • Text event: triggered when text is entered in the document;
  • keyboard events: triggered when a user performs an action on a page through the keyboard;
  • Synthetic events: when for (
  • change ( The structure changes when the trigger occurs.
  • change name event: triggered when an element or attribute name changes. Such events have been deprecated, and no browsers have implemented them

In addition to these kinds of events, HTML5 also defines a set of events, and some browsers implement other proprietary events in the DOM and BOM. These proprietary events are typically tailored to the developer's needs, and there are no specifications, so implementations of different browsers may be inconsistent.

The following is a summary of the HTML5 events in JavaScript Advanced programming:

Event Type 5 in JavaScript (mind mapping for reading notes)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.