从 jquery.com 下载的最新 jquery 1.4.2 也带有 Sizzle.js。
我可以如何从包含的 Sizzle.js 中获得什么好处?
Sizzle.js 是一个独立的库吗?
为什么它包含在 jquery 库中,出于什么目的?
/*!
* jQuery JavaScript Library v1.4.2
* http://jquery.com/
*
* Copyright 2010, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Includes Sizzle.js
* http://sizzlejs.com/
* Copyright 2010, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses.
*
* Date: Sat Feb 13 22:33:48 2010 -0500
*/
虽然这在 sizzle.js 网站上有所提及
完全独立(无库依赖)