Introduction to using the Queryselector method

Source: Internet
Author: User

reference URL: http://www.w3cfuns.com/article-5593688-1-1.html Document.queryselector ("body");//Return Body nodedocument.queryselector ("#k");//returns the node with the ID kdocument.queryselector ("#k span");//Returns the first span node under a node with the ID kdocument.queryselector ("#k"). Queryselector ("span");//Returns the first span node under a node with the ID kdocument.queryselectorall ("Li");//Returns the node collection (NodeList) used by TagName as LiDocument.queryselectorall ("Div. Li");//Returns a div of class Li Summary:1. The resulting element is not required to be troublesome multiple getelementby. , try to use Getelementby., because he is faster. 2. The resulting elements need to be cumbersome to getelementby multiple times. Combination to get the words using Queryselector, convenient. 3. Look at the actual situation, you decide whether the convenience or performance first.

Introduction to using the Queryselector method

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.