Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery into dmethv...
[jquery.git] / src / traversing.js
2011-01-20 John ResigMerge branch 'fix-7853-add-context' of https://github...
2011-01-17 adam j. sontagFix tabs vs spaces in initial workaround commit
2011-01-17 adam j. sontagshorten the SHA
2011-01-17 adam j. sontagAdd link to chrome issue ticket
2011-01-17 adam j. sontagAdd a comment to explain (and enforce the temporary...
2011-01-14 jeresigMerge branch 'master' of https://github.com/scottgonzal...
2011-01-14 wycatsFix a strange Chrome issue
2011-01-14 Scott GonzálezAvoid running jQuery.unique() for methods that are...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-29 Dave MethvinBy default, use document root rather than current selec...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-10-12 John ResigForgot to remove the child selector in the previous...
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-10-10 jeresigTweaking some formatting of the closest changes.
2010-10-10 jeresigSwitch back to using Sizzle.matchesSelector.
2010-10-10 jeresigUse the new Sizzle matches functionality.
2010-10-10 jeresigFix formatting and switch to using the new matchesSelec...
2010-10-10 wycatsShould improve performance of closest considerably...
2010-09-28 John ResigHandle child selectors in particular - away from the...
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-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-06-21 adam j. sontag.closest() should return a unique set of elements,...
2010-06-20 jeresigRemoved extra semicolon leftover from recent tweaking.
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-03-31 jeresigRemoved extra semicolon leftover from recent tweaking.
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-01 jeresigLand some additional tweaks related to running through...
2010-02-26 jeresigMake sure that live events bubble unless explicitly...
2010-01-25 Robert KaticFiltering elements only. Fixed #5920
2010-01-23 Ben Almanfixed jQuery.dir regression introduced with 1.4 *untils...
2010-01-13 jeresigMake sure that disconnected nodes aren't sorted/uniqued...
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-18 jeresigRemoved jQuery.fn.contains - didn't match the :contains...
2009-12-17 jeresigRevert the changes from 65ebf57c1e5d7fa96536b66d4fcacba...
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 jeresigSwitched to using slice instead of join to get the...
2009-12-04 Ben AlmanLanding Ben Alman's patch to add nextUntil, prevUntil...
2009-12-03 jeresigMinor syntax changes to the winnow function.
2009-12-03 jeresigRe-worked the closest no-duplicate-selector code again...
2009-12-03 jeresigPrevent duplicate selectors from having to match in...
2009-12-03 jeresigNo need to do the closest match if no selectors are...
2009-12-03 jeresigAdded in the new .closest(Array) method, will be used...
2009-11-27 Karl Swedbergadded missing semicolons
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-11-09 Robert KatićMade the closest method evaluate the selector with...
2009-11-07 John ResigFixing spacing problems from rkatic's patches.
2009-11-07 rkaticStore last closer value to jQuery.lastCloser instead...
2009-11-07 John ResigMake .add() take an optional context and - if a context...
2009-10-26 John ResigMoved a bunch of methods out of the jQuery-specific...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-15 Yehuda KatzMake jQuery.winnow a local function
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-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...