Differences in the performance of option elements in various javascript browsers _ form Effects

Source: Internet
Author: User
The performance of option elements in javascript browsers varies. For more information, see. 1. There are no events (such as click and mouseover) in IE6, IE6, 7/8, and ie9, while Firefox, Safari, Chrome, and Opera do.

The Code is as follows:


1 2


Example:

12

2. Click option and use srcElement to obtain the event source target. select is in IE, and option is in Firefox/Safari/Chrome/Opera.

The Code is as follows:


1
Script
Document. getElementById ('s2 '). onclick = function (e ){
Var evt = window. event | e;
Var target = evt. srcElement | evt.tar get;
Alert (target. tagName );
}
Script


Example:

1
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.