| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that when multiple variables are being declared that assignments ar... | John Resig | 2010-11-09 | 1 | -3/+8 |
* | Forgot to remove the child selector in the previous commit. | John Resig | 2010-10-12 | 1 | -1/+0 |
* | The child selector-prefix branch doesn't work with selectors that have a larg... | John Resig | 2010-10-12 | 1 | -5/+0 |
* | Make sure that .find() with multiple direct child selectors is handled correc... | John Resig | 2010-10-12 | 1 | -2/+2 |
* | Make sure closest works on disconnected DOM nodes. Fixes #7142. | John Resig | 2010-10-11 | 1 | -1/+1 |
* | Tweaking some formatting of the closest changes. | jeresig | 2010-10-10 | 1 | -8/+5 |
* | Switch back to using Sizzle.matchesSelector. | jeresig | 2010-10-10 | 1 | -6/+7 |
* | Use the new Sizzle matches functionality. | jeresig | 2010-10-10 | 1 | -1/+1 |
* | Fix formatting and switch to using the new matchesSelector method in Sizzle. | jeresig | 2010-10-10 | 1 | -13/+14 |
* | Should improve performance of closest considerably. Benchmark proof in speed/... | wycats | 2010-10-09 | 1 | -11/+19 |
* | Handle child selectors in particular - away from the selector engine. Fixes #... | John Resig | 2010-09-28 | 1 | -0/+6 |
* | Removing unique check on closest(Array) (it wasn't appropriate there and brok... | jeresig | 2010-09-27 | 1 | -1/+7 |
* | Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ajpia... | jeresig | 2010-09-27 | 1 | -5/+9 |
|\ |
|
| * | .closest() should return a unique set of elements, not duplicates of the same... | adam j. sontag | 2010-06-21 | 1 | -5/+9 |
* | | Make sure that jQuery works even when the individual modules are loaded separ... | jeresig | 2010-09-08 | 1 | -0/+4 |
|/ |
|
* | Removed extra semicolon leftover from recent tweaking. | jeresig | 2010-03-31 | 1 | -1/+1 |
* | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 1 | -31/+33 |
* | More changes to get jQuery in line with JSLint. | jeresig | 2010-03-01 | 1 | -1/+2 |
* | Land some additional tweaks related to running through JSLint. | jeresig | 2010-03-01 | 1 | -2/+1 |
* | Make sure that live events bubble unless explicitly told not to, like a norma... | jeresig | 2010-02-26 | 1 | -3/+3 |
* | Filtering elements only. Fixed #5920 | Robert Katic | 2010-01-26 | 1 | -1/+1 |
* | fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh... | Ben Alman | 2010-01-24 | 1 | -1/+1 |
* | Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791. | jeresig | 2010-01-13 | 1 | -3/+9 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 1 | -18/+45 |
* | Removed jQuery.fn.contains - didn't match the :contains() selector and confus... | jeresig | 2009-12-18 | 1 | -4/+0 |
* | Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5, they were i... | jeresig | 2009-12-17 | 1 | -1/+1 |
* | Moved some methods around inbetween core.js and traversing.js. Core methods s... | John Resig | 2009-12-10 | 1 | -29/+19 |
* | Make sure that the correct args are passed in to the filter callback (and by ... | John Resig | 2009-12-09 | 1 | -1/+1 |
* | Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fi... | Yehuda Katz | 2009-12-09 | 1 | -0/+15 |
* | Switched to using slice instead of join to get the correct results. | jeresig | 2009-12-04 | 1 | -4/+3 |
* | Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also... | Ben Alman | 2009-12-04 | 1 | -8/+22 |
* | Minor syntax changes to the winnow function. | jeresig | 2009-12-03 | 1 | -5/+10 |
* | Re-worked the closest no-duplicate-selector code again to be more efficient. | jeresig | 2009-12-03 | 1 | -15/+12 |
* | Prevent duplicate selectors from having to match in closest. | jeresig | 2009-12-03 | 1 | -4/+11 |
* | No need to do the closest match if no selectors are passed in. | jeresig | 2009-12-03 | 1 | -1/+1 |
* | Added in the new .closest(Array) method, will be used to improve the performa... | jeresig | 2009-12-02 | 1 | -9/+31 |
* | added missing semicolons | Karl Swedberg | 2009-11-28 | 1 | -3/+3 |
* | added curly braces around all if/else statements | Karl Swedberg | 2009-11-28 | 1 | -2/+5 |
* | Made the closest method evaluate the selector with appropriate context. | Robert Katić | 2009-11-09 | 1 | -1/+2 |
* | Fixing spacing problems from rkatic's patches. | John Resig | 2009-11-07 | 1 | -3/+3 |
* | Store last closer value to jQuery.lastCloser instead of using data API. | rkatic | 2009-11-08 | 1 | -4/+5 |
* | Make .add() take an optional context and - if a context is specified in the r... | John Resig | 2009-11-07 | 1 | -3/+3 |
* | Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app... | John Resig | 2009-10-26 | 1 | -3/+49 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 1 | -7/+16 |
* | Make jQuery.winnow a local function | Yehuda Katz | 2009-09-15 | 1 | -3/+3 |
* | Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188. | John Resig | 2009-09-09 | 1 | -1/+11 |
* | Added support for .closest(filter, DOMElement). Fixes #4072. | John Resig | 2009-07-28 | 1 | -2/+2 |
* | Backing out commit #6507 - causes too many problems. | John Resig | 2009-07-28 | 1 | -3/+2 |
* | Implemented support for .context limited .closest() calls. Fixes #4072. | John Resig | 2009-07-25 | 1 | -3/+4 |
* | Unify .not and .filter (resolves #4200). | Yehuda Katz | 2009-07-16 | 1 | -23/+26 |