Home > Web Front-end > JS Tutorial > body text

What are the jquery content filter selectors?

王林
Release: 2020-11-30 16:26:27
Original
2812 people have browsed it

jquery content filtering selectors include: 1. ":contains(text)", a collection of elements containing the specified text; 2. ":empty", select empty elements; 3. ":has(selector) ", which contains the element collection selected by the specified selector; 4. ":parent", which selects the parent element containing the child node.

What are the jquery content filter selectors?

Common content filter selectors:

  • :contains(text ) A collection of elements containing text within brackets (quotes must be enclosed within brackets)

  • :empty A collection of empty elements (elements that do not contain sub-elements or text)

  • :has (selector) A collection of elements containing the set of elements selected by the selector in brackets

  • :parent A collection of elements containing child elements or text

(Learning video sharing: javascript video tutorial)

Example:

Use the above selector




    
    Title

  • 你好
  • 小鱼仙倌
  • 你好啊
  • Copy after login

    Screenshot of the running result As follows:

    What are the jquery content filter selectors?

    Related recommendations: js tutorial

    The above is the detailed content of What are the jquery content filter selectors?. For more information, please follow other related articles on the PHP Chinese website!

    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!