Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.

This commit is contained in:
John Resig 2009-10-26 18:23:31 -04:00
parent bbffc99f7c
commit 81f65ce339
6 changed files with 32 additions and 1022 deletions

File diff suppressed because it is too large Load diff

1
src/sizzle Submodule

@ -0,0 +1 @@
Subproject commit 3e97c27d19e18c984a29bfea89fcccadf3544fb3

6
src/sizzle-jquery.js Normal file
View file

@ -0,0 +1,6 @@
jQuery.find = Sizzle;
jQuery.expr = Sizzle.selectors;
jQuery.expr[":"] = jQuery.expr.filters;
jQuery.unique = Sizzle.uniqueSort;
return;