aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing.js
Commit message (Expand)AuthorAgeFilesLines
* Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app...John Resig2009-10-261-3/+49
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-7/+16
* Make jQuery.winnow a local functionYehuda Katz2009-09-151-3/+3
* Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.John Resig2009-09-091-1/+11
* Added support for .closest(filter, DOMElement). Fixes #4072.John Resig2009-07-281-2/+2
* Backing out commit #6507 - causes too many problems.John Resig2009-07-281-3/+2
* Implemented support for .context limited .closest() calls. Fixes #4072.John Resig2009-07-251-3/+4
* Unify .not and .filter (resolves #4200).Yehuda Katz2009-07-161-23/+26
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+120