| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 1 | -2/+1 |
|\ |
|
| * | Run order problem when running full test suite in Opera 11, removed failing t... | timmywil | 2011-04-11 | 1 | -2/+1 |
| * | Fix broken merge. | jeresig | 2011-04-11 | 1 | -7/+2 |
* | | resolve conflict | louisremi | 2011-04-12 | 1 | -8/+3 |
* | | third batch | louisremi | 2011-04-12 | 1 | -115/+115 |
|/ |
|
* | Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b... | jeresig | 2011-04-10 | 1 | -0/+4 |
|\ |
|
| * | Fixes #7369 - Using an attribute selector for a non-existent attribute raised... | timmywil | 2011-03-30 | 1 | -1/+5 |
* | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t... | jeresig | 2011-04-10 | 1 | -1/+46 |
|\ \ |
|
| * | | Remove test for bug #7369 to move the fix to a separate branch for a sooner pull | timmywil | 2011-03-30 | 1 | -3/+0 |
| * | | Bug #7369: Check non-existent attribute as well to be sure | timmywil | 2011-03-25 | 1 | -1/+2 |
| * | | Bug #7369: Add test for disconnected node in closest when passing attribute s... | timmywil | 2011-03-25 | 1 | -1/+3 |
| * | | Closest unit tests: add one for passing a jQuery collection with multiple ele... | timmywil | 2011-03-23 | 1 | -2/+4 |
| * | | Add node and jQuery object support to $.fn.closest | timmywil | 2011-03-21 | 1 | -0/+14 |
| * | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te... | timmywil | 2011-03-16 | 1 | -5/+20 |
| * | | Starting with adding the test | timmywil | 2011-03-13 | 1 | -0/+9 |
| |/ |
|
* | | Traversing unit tests: added tests for passing invalid arguments to $.fn.not ... | timmywil | 2011-03-23 | 1 | -19/+12 |
* | | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773 | timmywil | 2011-02-26 | 1 | -3/+3 |
|\| |
|
| * | Fix some unscoped tests which failed after recent changes to QUnit. | Anton M | 2011-02-15 | 1 | -3/+3 |
* | | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi... | Timmy Willison | 2011-01-24 | 1 | -5/+55 |
|/ |
|
* | Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int... | John Resig | 2011-01-20 | 1 | -8/+9 |
|\ |
|
| * | Rework unit tests to check actual result elements. | Dave Methvin | 2011-01-19 | 1 | -6/+6 |
| * | By default, use document root rather than current selection's context when ad... | Dave Methvin | 2010-12-28 | 1 | -8/+9 |
* | | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 1 | -1/+1 |
* | | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -12/+12 |
|/ |
|
* | The child selector-prefix branch doesn't work with selectors that have a larg... | John Resig | 2010-10-12 | 1 | -1/+2 |
* | Make sure that .find() with multiple direct child selectors is handled correc... | John Resig | 2010-10-12 | 1 | -1/+2 |
* | Make sure closest works on disconnected DOM nodes. Fixes #7142. | John Resig | 2010-10-11 | 1 | -2/+4 |
* | Handle child selectors in particular - away from the selector engine. Fixes #... | John Resig | 2010-09-28 | 1 | -1/+3 |
* | Make sure that ambiguous val() selection works correctly. | John Resig | 2010-09-28 | 1 | -2/+2 |
* | Removing unique check on closest(Array) (it wasn't appropriate there and brok... | jeresig | 2010-09-27 | 1 | -1/+2 |
* | Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ajpia... | jeresig | 2010-09-27 | 1 | -1/+5 |
|\ |
|
| * | .closest() should return a unique set of elements, not duplicates of the same... | adam j. sontag | 2010-06-21 | 1 | -1/+5 |
* | | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -2/+2 |
|/ |
|
* | Add in the new level information to the closest(Array) test. | jeresig | 2010-03-02 | 1 | -6/+6 |
* | Moved add() tests from core to traversing. | jeresig | 2010-01-23 | 1 | -0/+55 |
* | fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh... | Ben Alman | 2010-01-24 | 1 | -1/+3 |
* | Moved some methods around inbetween core.js and traversing.js. Core methods s... | John Resig | 2009-12-10 | 1 | -85/+37 |
* | Make sure that the correct args are passed in to the filter callback (and by ... | John Resig | 2009-12-09 | 1 | -1/+3 |
* | Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fi... | Yehuda Katz | 2009-12-09 | 1 | -1/+37 |
* | Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also... | Ben Alman | 2009-12-04 | 1 | -1/+73 |
* | Added in the new .closest(Array) method, will be used to improve the performa... | jeresig | 2009-12-02 | 1 | -0/+11 |
* | Switched from using QUnit's isObj/isSet to the more robust same method. | John Resig | 2009-09-29 | 1 | -55/+55 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 1 | -3/+3 |
* | Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188. | John Resig | 2009-09-09 | 1 | -2/+14 |
* | Added support for .closest(filter, DOMElement). Fixes #4072. | John Resig | 2009-07-28 | 1 | -1/+7 |
* | Backing out commit #6507 - causes too many problems. | John Resig | 2009-07-28 | 1 | -7/+1 |
* | Implemented support for .context limited .closest() calls. Fixes #4072. | John Resig | 2009-07-25 | 1 | -1/+7 |
* | Unify .not and .filter (resolves #4200). | Yehuda Katz | 2009-07-16 | 1 | -14/+58 |
* | Added explicit module names to the new unit tests. | John Resig | 2009-04-20 | 1 | -1/+3 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 1 | -0/+246 |