JavaScript event object_basic knowledge-JS tutorial

Source: Internet
Author: User
This article describes the relevant information about javascript event objects. For more information, see event objects: when an event occurs, the browser automatically creates this object, it also contains the event type and mouse coordinates.

Attribute of the event object: Format: event. attribute.

Notes:

Event indicates the event status, such as the element that triggers the event object, the location and status of the mouse, and the key that is pressed;

The event object is valid only when an event occurs.

The event in firefox is different from that in IE. The global variables in IE are available at any time. In firefox, parameter guidance is used, and temporary variables are used at runtime.

Window. event in IE/Opera and event in Firefox;

The event object is "invalid event.srcelement" in ie, event.tar get in firefox, and both are available in Opera.

Bind event

In JS, You can bind events to an object (Control) by two methods:

First, define a function in head:

The Code is as follows:


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.