Make your CSS like jquery do the filtering implementation method _jquery

Source: Internet
Author: User
Syntax Description:
E--Elements
Att--Properties
Val--Property value


E:first-child
E:last-child

Match the e element with the ATT attribute in the document
Grammar: E[att]

Matches the e element with the ATT attribute in the document with a value of Val
Grammar: E[att=val]

Matches an e element in a document that has the Att property and one of the values (multiple values are separated by spaces) as Val (Val cannot contain spaces)
Grammar: E[att~=val]

Match the ATT attribute in the document and one of the values is Val, or a hyphen's e element followed by the beginning of Val
Grammar: E[att|=val]

Match the e element with the ATT attribute in the document with a value prefixed with Val
Grammar: E[att^=val]

Matches the e element with the suffix of Val with the ATT attribute in the document and its value
Grammar: E[att$=val]

Match the E element in the document that has the ATT attribute and that contains Val
Grammar: E[att*=val]
Related Article

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.