[jquery selector: Nth-of-type ()] Select the number of child elements under the parent element of the specified type (p)

Source: Internet
Author: User

Select the number of child elements under the parent element of the specified type (p):

Instance:

<! DOCTYPE html>;} Html{font:15px/1.2em ' Courier New '; color: #666;} div > *{margin:10px 0; cursor:pointer;}    #demo {width:750px;margin:75px Auto;} button{padding:5px 15px;border:0;outline:none;margin-top:-5px;border-radius:2px;font:400 12px/1.2em ' Courier New ';} . active{background-color:yellow;transition:. 3s;} . Hover{background-color:red;transition:. 3s} p{text-indent:8px;}</style><script type= ' Text/javascript ' >/** Overview Select Nth in child elements that belong to a parent element and have the same label name. Because of the implementation of jquery: nth-is strictly from the CSS specification, the N value is "1-indexed", that is, counting from 1 onwards.        For all other selector expressions such as: eq () or: Even, jquery follows the count of JavaScript's "0 index". */    $(function(){         $("Span:nth-of-type (2)"). AddClass (' hover ')); });</script>

[jquery selector: Nth-of-type ()] Select the number of child elements under the parent element of the specified type (p)

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.