index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
traversing.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fi...
Yehuda Katz
2009-12-09
1
-0
/
+15
*
Switched to using slice instead of join to get the correct results.
jeresig
2009-12-04
1
-4
/
+3
*
Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also...
Ben Alman
2009-12-04
1
-8
/
+22
*
Minor syntax changes to the winnow function.
jeresig
2009-12-03
1
-5
/
+10
*
Re-worked the closest no-duplicate-selector code again to be more efficient.
jeresig
2009-12-03
1
-15
/
+12
*
Prevent duplicate selectors from having to match in closest.
jeresig
2009-12-03
1
-4
/
+11
*
No need to do the closest match if no selectors are passed in.
jeresig
2009-12-03
1
-1
/
+1
*
Added in the new .closest(Array) method, will be used to improve the performa...
jeresig
2009-12-02
1
-9
/
+31
*
added missing semicolons
Karl Swedberg
2009-11-28
1
-3
/
+3
*
added curly braces around all if/else statements
Karl Swedberg
2009-11-28
1
-2
/
+5
*
Made the closest method evaluate the selector with appropriate context.
Robert Katić
2009-11-09
1
-1
/
+2
*
Fixing spacing problems from rkatic's patches.
John Resig
2009-11-07
1
-3
/
+3
*
Store last closer value to jQuery.lastCloser instead of using data API.
rkatic
2009-11-08
1
-4
/
+5
*
Make .add() take an optional context and - if a context is specified in the r...
John Resig
2009-11-07
1
-3
/
+3
*
Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app...
John Resig
2009-10-26
1
-3
/
+49
*
A follow-up to [6578] (which stopped adding expandos to elements that didn't ...
John Resig
2009-09-25
1
-7
/
+16
*
Make jQuery.winnow a local function
Yehuda Katz
2009-09-15
1
-3
/
+3
*
Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.
John Resig
2009-09-09
1
-1
/
+11
*
Added support for .closest(filter, DOMElement). Fixes #4072.
John Resig
2009-07-28
1
-2
/
+2
*
Backing out commit #6507 - causes too many problems.
John Resig
2009-07-28
1
-3
/
+2
*
Implemented support for .context limited .closest() calls. Fixes #4072.
John Resig
2009-07-25
1
-3
/
+4
*
Unify .not and .filter (resolves #4200).
Yehuda Katz
2009-07-16
1
-23
/
+26
*
breaking jquery out into smaller modules. added attributes.js, manipulation.j...
Brandon Aaron
2009-03-18
1
-0
/
+120