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
*
traversing: Optimise .add by not using makeArray
Timo Tijhof
2013-12-30
1
-6
/
+5
*
Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411.
Marian Sollmann
2013-11-06
1
-3
/
+3
*
Separate jQuery.fn.init into its own module (for lighter core dependencies ac...
Timmy Willison
2013-09-09
1
-95
/
+5
*
Apply consistent ordering in all modules. -219 bytes. Order modules like func...
Timmy Willison
2013-09-09
1
-71
/
+71
*
Break jQuery.access out into its own module to separate it from core; Adjust ...
Timmy Willison
2013-09-09
1
-0
/
+1
*
Always return jQuery in modules that can be included separately
Timmy Willison
2013-09-08
1
-0
/
+2
*
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-2
/
+1
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-0
/
+6
*
Fix #13846: .prev sort direction
Richard Gibson
2013-05-01
1
-2
/
+3
*
Fix #13819: .parent sort direction
Richard Gibson
2013-04-24
1
-1
/
+1
*
Fix #13797: .is with single-node context
Richard Gibson
2013-04-20
1
-8
/
+10
*
No ticket: Reduce .find
Richard Gibson
2013-04-20
1
-6
/
+6
*
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
Michał Gołębiowski
2013-04-07
1
-2
/
+0
*
No ticket: fix indentation. Close gh-1224.
Michał Gołębiowski
2013-04-07
1
-2
/
+2
*
No ticket: minor 1.x/2.x code standardization
Richard Gibson
2013-04-05
1
-6
/
+11
*
Fix #13539: Utilize Sizzle hooks. Close gh-1215.
Richard Gibson
2013-04-04
1
-30
/
+28
*
Remove an unused support check, correct a comment. Close gh-1212.
Michał Gołębiowski
2013-04-03
1
-1
/
+1
*
Fix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146.
Richard Gibson
2013-02-13
1
-5
/
+9
*
Fix #13349. No need to sort simple .find() cases.
Dave Methvin
2013-01-29
1
-4
/
+5
*
Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected().
Dave Methvin
2012-12-09
1
-6
/
+0
*
Must attach the .selector to the new jQuery object.
Dave Methvin
2012-11-01
1
-1
/
+2
*
Follow-up for .selector property removal
Oleg
2012-11-01
1
-5
/
+2
*
Fix #12816. Ensure .find() result are DOM ordered.
Dave Methvin
2012-10-31
1
-30
/
+10
*
Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927.
Mike Sherov
2012-10-30
1
-17
/
+24
*
Fix #9469. Remove semi-functional .selector property. Close gh-1006.
Dave Methvin
2012-10-24
1
-5
/
+7
*
no ticket: remove and enforce unused vars in jshint
Mike Sherov
2012-10-17
1
-2
/
+2
*
Update Sizzle: allows disconnected sorting. Change add to always sort with ad...
Timmy Willison
2012-10-16
1
-3
/
+1
*
Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971
MORGAN
2012-10-16
1
-1
/
+1
*
Fix a regression where has with multiple contexts was not filtering correctly...
Timmy Willison
2012-07-27
1
-3
/
+3
*
Remove unnecessary else
Timmy Willison
2012-07-25
1
-3
/
+1
*
Fail silently if closest is somehow called on a document. Fixes #10726.
Timmy Willison
2012-07-25
1
-4
/
+1
*
Support event delegation with relative selectors. Fixes #10762. Closes gh-860.
Richard Gibson
2012-07-23
1
-4
/
+4
*
Follow the style guide, lose 72 bytes! Closes gh-840.
Mike Sherov
2012-07-09
1
-10
/
+14
*
Optimization of array operations, closes gh-844.
Oleg
2012-07-06
1
-1
/
+1
*
UPDATE SIZZLE: completed rewrite for better things!
timmywil
2012-07-02
1
-4
/
+2
*
Fix #11969. Never a null moment when checking siblings.
Dave Methvin
2012-06-26
1
-1
/
+1
*
Interim take on cross-module variables, closes gh-817.
Richard Gibson
2012-06-15
1
-1
/
+1
*
Strips IIFEs from modules; Always require built jQuery for tests.
Rick Waldron
2012-06-04
1
-5
/
+0
*
Space => tab indent correction
Rick Waldron
2012-06-03
1
-2
/
+2
*
Removes temp var, shaves 2 bytes from gzipped size
Rick Waldron
2012-05-31
1
-2
/
+3
*
jQuery#addBack supports an optional selector that can be used to filter the p...
Ben Alman
2012-05-29
1
-2
/
+3
*
Rename .andSelf to .addBack, deprecate .andSelf #9800
Dave Methvin
2012-05-15
1
-1
/
+3
*
Fix #11738. Remove deprecated .closest(Array) => Array.
Dave Methvin
2012-05-11
1
-21
/
+1
*
Use a do-while statement to reduce redundant code
Rick Waldron
2012-05-07
1
-4
/
+3
*
Fixes lint issues.
Rick Waldron
2012-05-07
1
-1
/
+4
*
Additional reduction per @Raynos suggestion. Thanks!
Rick Waldron
2012-05-07
1
-9
/
+4
*
Further reduce historical cruft. Removes the untested and unnec. jQuery.nth()
Rick Waldron
2012-05-07
1
-14
/
+13
*
Remove unnecessary arguments from .nth(). Fixes #11720
Sindre Sorhus
2012-05-07
1
-5
/
+4
*
Fix #11543: .has should work on detached elements.
Richard Gibson
2012-04-05
1
-1
/
+1
*
Fix #11370: .siblings() shouldn't throw exception on a detached element
Richard Gibson
2012-02-23
1
-1
/
+1
[next]