Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery into dmethv...
[jquery.git] / test / unit / traversing.js
2011-01-20 John ResigMerge branch 'fix-7853-add-context' of https://github...
2011-01-20 Dave MethvinRework unit tests to check actual result elements.
2011-01-09 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-29 Dave MethvinBy default, use document root rather than current selec...
2010-10-12 John ResigThe child selector-prefix branch doesn't work with...
2010-10-12 John ResigMake sure that .find() with multiple direct child selec...
2010-10-11 John ResigMake sure closest works on disconnected DOM nodes....
2010-09-28 John ResigHandle child selectors in particular - away from the...
2010-09-28 John ResigMake sure that ambiguous val() selection works correctly.
2010-09-28 jeresigRemoving unique check on closest(Array) (it wasn't...
2010-09-27 jeresigMerge branch 'closestbug-6700' of github.com/ajpiano...
2010-09-24 Dave MethvinDon't have .val() return selected-but-disabled options...
2010-06-21 adam j. sontag.closest() should return a unique set of elements,...
2010-03-02 jeresigAdd in the new level information to the closest(Array...
2010-01-23 jeresigMoved add() tests from core to traversing.
2010-01-23 Ben Almanfixed jQuery.dir regression introduced with 1.4 *untils...
2009-12-10 John ResigMoved some methods around inbetween core.js and travers...
2009-12-10 John ResigMake sure that the correct args are passed in to the...
2009-12-09 Yehuda KatzLanding in jQuery.contains, jQuery.fn.contains, and...
2009-12-04 Ben AlmanLanding Ben Alman's patch to add nextUntil, prevUntil...
2009-12-03 jeresigAdded in the new .closest(Array) method, will be used...
2009-09-29 John ResigSwitched from using QUnit's isObj/isSet to the more...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-09 John ResigAdded support for .eq(-N), .first(), and .last(). Fixes...
2009-07-28 John ResigAdded support for .closest(filter, DOMElement). Fixes...
2009-07-28 John ResigBacking out commit #6507 - causes too many problems.
2009-07-25 John ResigImplemented support for .context limited .closest(...
2009-07-16 Yehuda KatzUnify .not and .filter (resolves #4200).
2009-04-20 John ResigAdded explicit module names to the new unit tests.
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...