aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/traversing.js
Commit message (Expand)AuthorAgeFilesLines
...
* merge with master and resolve more conflictslouisremi2011-04-121-2/+1
|\
| * Run order problem when running full test suite in Opera 11, removed failing t...timmywil2011-04-111-2/+1
| * Fix broken merge.jeresig2011-04-111-7/+2
* | resolve conflictlouisremi2011-04-121-8/+3
* | third batchlouisremi2011-04-121-115/+115
|/
* Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b...jeresig2011-04-101-0/+4
|\
| * Fixes #7369 - Using an attribute selector for a non-existent attribute raised...timmywil2011-03-301-1/+5
* | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t...jeresig2011-04-101-1/+46
|\ \
| * | Remove test for bug #7369 to move the fix to a separate branch for a sooner pulltimmywil2011-03-301-3/+0
| * | Bug #7369: Check non-existent attribute as well to be suretimmywil2011-03-251-1/+2
| * | Bug #7369: Add test for disconnected node in closest when passing attribute s...timmywil2011-03-251-1/+3
| * | Closest unit tests: add one for passing a jQuery collection with multiple ele...timmywil2011-03-231-2/+4
| * | Add node and jQuery object support to $.fn.closesttimmywil2011-03-211-0/+14
| * | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...timmywil2011-03-161-5/+20
| * | Starting with adding the testtimmywil2011-03-131-0/+9
| |/
* | Traversing unit tests: added tests for passing invalid arguments to $.fn.not ...timmywil2011-03-231-19/+12
* | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773timmywil2011-02-261-3/+3
|\|
| * Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-151-3/+3
* | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi...Timmy Willison2011-01-241-5/+55
|/
* Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int...John Resig2011-01-201-8/+9
|\
| * Rework unit tests to check actual result elements.Dave Methvin2011-01-191-6/+6
| * By default, use document root rather than current selection's context when ad...Dave Methvin2010-12-281-8/+9
* | Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+1
* | Clean trailing whitespace from all files.Colin Snover2010-12-301-12/+12
|/
* The child selector-prefix branch doesn't work with selectors that have a larg...John Resig2010-10-121-1/+2
* Make sure that .find() with multiple direct child selectors is handled correc...John Resig2010-10-121-1/+2
* Make sure closest works on disconnected DOM nodes. Fixes #7142.John Resig2010-10-111-2/+4
* Handle child selectors in particular - away from the selector engine. Fixes #...John Resig2010-09-281-1/+3
* Make sure that ambiguous val() selection works correctly.John Resig2010-09-281-2/+2
* Removing unique check on closest(Array) (it wasn't appropriate there and brok...jeresig2010-09-271-1/+2
* Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ajpia...jeresig2010-09-271-1/+5
|\
| * .closest() should return a unique set of elements, not duplicates of the same...adam j. sontag2010-06-211-1/+5
* | Don't have .val() return selected-but-disabled options, or selected options i...Dave Methvin2010-09-241-2/+2
|/
* Add in the new level information to the closest(Array) test.jeresig2010-03-021-6/+6
* Moved add() tests from core to traversing.jeresig2010-01-231-0/+55
* fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh...Ben Alman2010-01-241-1/+3
* Moved some methods around inbetween core.js and traversing.js. Core methods s...John Resig2009-12-101-85/+37
* Make sure that the correct args are passed in to the filter callback (and by ...John Resig2009-12-091-1/+3
* Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fi...Yehuda Katz2009-12-091-1/+37
* Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also...Ben Alman2009-12-041-1/+73
* Added in the new .closest(Array) method, will be used to improve the performa...jeresig2009-12-021-0/+11
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-291-55/+55
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-3/+3
* Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.John Resig2009-09-091-2/+14
* Added support for .closest(filter, DOMElement). Fixes #4072.John Resig2009-07-281-1/+7
* Backing out commit #6507 - causes too many problems.John Resig2009-07-281-7/+1
* Implemented support for .context limited .closest() calls. Fixes #4072.John Resig2009-07-251-1/+7
* Unify .not and .filter (resolves #4200).Yehuda Katz2009-07-161-14/+58
* Added explicit module names to the new unit tests.John Resig2009-04-201-1/+3
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+246