Click element A to trigger the event of Element B. In IE8, the event will be recognized as element A _ javascript.

Source: Internet
Author: User
The event source automatically triggered by IE8 will be recognized as the manually clicked element. The event triggered by clicking Element A will be recognized as element A under IE8. For more information, see
Var menuUrl = $ (eventSrc ). attr ("navUrl"); // if (menuUrl = undefined) {// $ (eventSrc) compatible with IE8 identifies an error, get the first // menuUrl = $ ("# left_menu-small li: first "). attr ("navUrl"); //} var browser = GetIEVersion (); if (browser = "IE8") {// $ (eventSrc) compatible with IE8 identifies an error, get the first menuUrl =$ ("# left_menu-small li: first "). attr ("navUrl ");}

For example, if you click element A to trigger the event of Element B, the event source is Element B. In IE8, the event is identified as element A, which is no problem in other browsers, there is no good solution for the moment. I am here to manually retrieve Element B under IE8

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.