aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle-jquery.js
Commit message (Collapse)AuthorAgeFilesLines
* Sizzle: minor adjustments and a small fix in the child selector regextimmywil2012-07-021-1/+1
|
* Update Sizzle: rewrite attributes handling to be simpler and more widespread ↵timmywil2012-06-171-1/+0
| | | | when independent from jQuery. No changes to jQuery's attribute handling.
* Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, ↵timmywil2011-09-191-0/+3
| | | | | | #9261, #9570, #10178. Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178.
* 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.