Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.
This commit is contained in:
parent
bbffc99f7c
commit
81f65ce339
6 changed files with 32 additions and 1022 deletions
1007
src/selector.js
1007
src/selector.js
File diff suppressed because it is too large
Load diff
1
src/sizzle
Submodule
1
src/sizzle
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3e97c27d19e18c984a29bfea89fcccadf3544fb3
|
6
src/sizzle-jquery.js
Normal file
6
src/sizzle-jquery.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
jQuery.find = Sizzle;
|
||||
jQuery.expr = Sizzle.selectors;
|
||||
jQuery.expr[":"] = jQuery.expr.filters;
|
||||
jQuery.unique = Sizzle.uniqueSort;
|
||||
|
||||
return;
|
Loading…
Add table
Add a link
Reference in a new issue