JQuery Method for searching child elements _ jquery

Source: Internet
Author: User
This article mainly introduces jQuery's method for searching sub-elements, and analyzes the usage skills of methods such as children and find, for more information about how to search for child elements, see the following example. Share it with you for your reference. The specific analysis is as follows:

1. children () method

Obtains the element set of all child elements of each element in a matched element set. The syntax format is as follows:

The Code is as follows:

Children ([selector])
$ ("# Menu_ul" ).children().css ("color", "blue ");

2. find () method

Used to find the child element that matches the specified selector expression from each matching element. The format is as follows:

The Code is as follows:

Find ([selector])
$ ("Ul"). find ("span" ).css ("color", "blue"); // set the text element of the span element under ul to blue

The sample code is as follows:

The Code is as follows:





Searches for child elements of a specified 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.