Made a number of spacing changes to bring the code more-inline with the jQuery Core...
[jquery.git] / src / traversing.js
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...