Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sizzle: minor adjustments and a small fix in the child selector regex | timmywil | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Update Sizzle: rewrite attributes handling to be simpler and more widespread ↵ | timmywil | 2012-06-17 | 1 | -1/+0 |
| | | | | when independent from jQuery. No changes to jQuery's attribute handling. | ||||
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, ↵ | timmywil | 2011-09-19 | 1 | -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. | jeresig | 2010-10-22 | 1 | -0/+3 |
| | |||||
* | Make sure that +, >, ~ leading, rooted, selectors go to the old engine. ↵ | jeresig | 2010-10-22 | 1 | -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 ↵ | jeresig | 2010-03-23 | 1 | -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 ↵ | jeresig | 2010-03-01 | 1 | -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 ↵ | jeresig | 2010-02-13 | 1 | -1/+1 |
| | | | | .text(). Fixes #6094. | ||||
* | Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. ↵ | Yehuda Katz | 2009-12-09 | 1 | -0/+1 |
| | | | | Fixes #4101. | ||||
* | Use the isXML function from Sizzle. | John Resig | 2009-12-06 | 1 | -0/+1 |
| | |||||
* | Use the getText utility function provided by Sizzle. | John Resig | 2009-12-06 | 1 | -0/+1 |
| | |||||
* | Pull in the Sizzle library dynamically using a submodule and make it part of ↵ | John Resig | 2009-10-26 | 1 | -0/+6 |
the jQuery build process. |