added curly braces around all if/else statements
[jquery.git] / src / traversing.js
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...