15.jquerysource code structure of sizzle.htm

Source: Internet
Author: User

Sizzle is a css selector engine implemented in pure javascript. It is completely independent, has no library dependency, is small, and is easy to expand and has good compatibility.
W3C Selectors API standards define methods querySelector () and querySelectorAll (), but IE6 and 7 do not support these two methods.
In Sizzele, if the browser supports the querySelectorAll () method, this method is called to find the elements. If not, the behavior of this method is simulated.
Sizzle supports almost all css3 selectors and returns results based on the document location.

 

 

The above section only refers to a general framework of the Sizzle part. The specific details in the section below are as much as possible.

 

 

 

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.