How jquery gets the next element of the current element

Source: Internet
Author: User

How jquery obtains the next element of the current element:

This section describes how to use jquery to get the next element of the current element, how to use the native JS to get the next element can refer to the native JS get the next element of the current element code instance section, the following directly read the code:

<!DOCTYPE HTML><HTML><Head><MetaCharSet= "Utf-8"><Metaname= "Author"content= "http://www.51texiao.cn/" /><title>Ant Tribe</title><Scripttype= "Text/javascript"src= "Mytest/jquery/jquery-1.8.3.js"></Script> <Scripttype= "Text/javascript">$ (document). Ready (function(){  $("#bt"). Click (function(){    $("#box Li"). EQ (1). Next (). CSS ("Color","Red"); })})</Script> </Head> <Body> <ulID= "box">  <Li>Ant Tribe One</Li>  <Li>Ant Tribe II</Li>  <Li>Ant Tribe Three</Li>  <Li>Ant Tribe Four</Li>  <Li>Ant Tribe Five</Li></ul><inputtype= "button"ID= "BT"value= "View Effect"/></Body> </HTML>

The code above uses the next () function to get the next element of the second element and to set its font color to red.

The original address is: How does jquery get the next element of the current element section.

How jquery gets the next element of the current element

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.