Js event source window. event. srcElement compatibility (detailed description)

Source: Internet
Author: User
Js event source window. event. srcElement compatibility (detailed description) is as follows:

One advantage is that I want some objects in the body (or other elements) to respond to events without having to write them one by one on the outer layer and then check the event. srcElement. whether the tagName or other attributes are what you want to determine whether to respond to the event. but it seems like event. srcElement does not work in ff

For example


Span

P

Event object refers to the currently triggered event object, and window. event. srcElement refers to the object that triggers the event. For example, you set document. onclick = myfunc; at this time, all the page Click events are handed over to myfunc for processing. In the myfunc function, you can write vSrc = window. event. srcElement, know where the user clicked, and perform corresponding processing. Add the following section to an HTML file:

<Script Ange = "javascript"> document. onclick = myfunc; script

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.