JavaScript Learning Note 20160121-css Selector

Source: Internet
Author: User

Elements can be described by ID, tag name, or class:

More generally, elements can be selected based on attributes:

These basic selectors can be used in combination:

Selectors can specify the document structure ( important, the use of > has not been understood before ):

Selectors can be combined to select several or more groups of elements:

Implementation differences between Queryselector and Queryselectorall in each browser

CSS defines pseudo-elements such as ": First-line" and "First-letter". In CSS, they match part of a text node rather than the actual element. If they are used together with Queryselectorall () and Queryselector (), they do not match.

Queryselectorall () is equivalent to the $ () method in jquery.

JavaScript Learning Note 20160121-css Selector

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.