jquery Selector-Browser compatible IE8 positioning issues

Source: Internet
Author: User

There is a problem today:

<input type= "text" id= "valcurrent" value= "current" ></input><input type= "text" value= "first"/><input Type= "text" value= "second"/><input type= "text" value= "third"/>

As shown in the code above, if I am in the "Current" tab object, when I want to select the "second" tag object, my code is as follows:

Alert ($ ("#valCurrent"). Next (). Next (). Val ());


In Ie9,ie10, the result is:

Second

However, in IE8, the result is:

First

What is this for? Let me change the code:

<input type= "text" id= "valcurrent" value= "current"/><input type= "text" value= "first"/><input type= "text" value = "Second"/><input type= "text" value= "third"/>

Get the code for the label object where "second" is not changed, or:

Alert ($ ("#valCurrent"). Next (). Next (). Val ());

In Ie9,ie10, the result is:

Second

However, in IE8, the result is:

Second

As we can see above, in IE8, when you select a tag object, the end tag, such as "</input>", is also considered a label object.

jquery Selector-Browser compatible IE8 positioning issues

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.