How to obtain the differences between colors in ie and ff using jquery _ jquery-js tutorial

Source: Internet
Author: User
When you use $ (# id ). the ie and ff are different when attr (color) gets the color. The following is an example. For more information, see $ ("# id "). when attr ("color") gets the color, ie and ff are different. A simple example:

The Code is as follows:




Use $ ("# id "). attr ("color") gets "green" in ff and chrome, and "#008000" in ie ".

Therefore, if you use attr ("color") to determine the current color, you need to determine the color name and corresponding color code considering the compatibility. For example:

The Code is as follows:


If ($ ("# id "). attr ("color") = "green" | $ ("# id "). attr ("color") = "#008000 "){
Alert ("this color is green !! ");
}

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.