How and what benefit can I take by including Sizzle.js along with jquery1.4.2?

前端 未结 4 1653
抹茶落季
抹茶落季 2021-02-07 04:15

latest jquery 1.4.2 downloaded from jquery.com comes with Sizzle.js also.

How and what benefit can I take from included Sizzle.js?

Is Sizzle.js a standalone lib

4条回答
  •  旧时难觅i
    2021-02-07 04:46

    Sizzle.js is a JavaScript library that implements a "CSS selector engine designed to be easily dropped in to a host library." jQuery uses it internally for its CSS selection needs. If you wanted a CSS engine and had no need for all the other JavaScript benefits of jQuery, you could use Sizzle.js separately.

提交回复
热议问题