aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle-jquery.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken selector code from last commit.jeresig2010-10-221-0/+3
|
* Make sure that +, >, ~ leading, rooted, selectors go to the old engine. ↵jeresig2010-10-221-3/+0
| | | | Thanks to @rkatic for the catch! Fixes #7220.
* Made it so that you no longer need to build jQuery in order to run the test ↵jeresig2010-03-231-3/+3
| | | | suite (but you'll still need a checkout of QUnit and Sizzle, at least).
* Remove the need for the return in sizzle-jquery and just remove the attempt ↵jeresig2010-03-011-2/+0
| | | | to expose Sizzle completely. jQuery is 100% passing JSLint ('make lint') now.
* Rename internal .getText to maintain parity between it and the primary ↵jeresig2010-02-131-1/+1
| | | | .text(). Fixes #6094.
* Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. ↵Yehuda Katz2009-12-091-0/+1
| | | | Fixes #4101.
* Use the isXML function from Sizzle.John Resig2009-12-061-0/+1
|
* Use the getText utility function provided by Sizzle.John Resig2009-12-061-0/+1
|
* Pull in the Sizzle library dynamically using a submodule and make it part of ↵John Resig2009-10-261-0/+6
the jQuery build process.