index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-384b59e5c3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-a2938ab9b9
dependabot/github_actions/github-actions-ced721f930
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/form-data-4.0.4
dependabot/npm_and_yarn/multi-b97207525a
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Attributes: add SVG class manipulation
Timmy Willison
2015-05-12
1
-29
/
+43
*
Data: remove the expando when there's no more data
Timmy Willison
2015-05-12
2
-11
/
+8
*
Data: remove some unused code
Timmy Willison
2015-05-12
1
-9
/
+4
*
CSS: fix :visible/:hidden selectors for inline element w/ content
Timmy Willison
2015-05-12
1
-4
/
+2
*
CSS: Collapse a double if statement into one
Michał Gołębiowski
2015-05-12
1
-3
/
+0
*
CSS: Ignore the CSS cascade in show()/hide()/etc.
Richard Gibson
2015-05-11
4
-209
/
+151
*
Manipulation: privatize internal domManip() function
Timmy Willison
2015-05-05
1
-94
/
+93
*
Manipulation: privatize buildFragment() function
Timmy Willison
2015-05-05
8
-157
/
+199
*
Effects: set default easing using jQuery.easing._default
Timmy Willison
2015-05-05
2
-3
/
+7
*
Core: remove isArraylike check for nodes
Mu Haibao
2015-05-05
1
-4
/
+0
*
Offset: allow offset setter to throw for disconnected elements
Timmy Willison
2015-05-05
1
-1
/
+1
*
Offset: remove ownerDocument check in offset getter
Timmy Willison
2015-05-05
1
-4
/
+5
*
Offset: Fix .offset() to correctly work with ShadowDOM
Arthur Stolyar
2015-05-05
1
-14
/
+12
*
Selector: add jQuery.uniqueSort; deprecate jQuery.unique
Timmy Willison
2015-05-04
3
-5
/
+5
*
Core: allow init to accept an alternate rootjQuery for migrate's sake
Timmy Willison
2015-05-04
1
-4
/
+8
*
Data: camelCasing should not ignore case
Timmy Willison
2015-05-04
1
-1
/
+1
*
Data: always camelCase keys in .data()
Timmy Willison
2015-05-04
2
-57
/
+34
*
Data: do not include digits when camelCasing
Timmy Willison
2015-05-03
1
-1
/
+1
*
Event: remove redundant guards for the event methods
Oleg Gaidarenko
2015-05-03
1
-3
/
+3
*
Core:CSS:Event: simplification of native method signatures
Oleg Gaidarenko
2015-05-03
4
-10
/
+11
*
Ajax: remove "onunload" event handler
Oleg Gaidarenko
2015-05-03
1
-18
/
+3
*
Event: add support comment
Oleg Gaidarenko
2015-05-03
1
-0
/
+6
*
Event: remove guard for falsy handler argument of jQuery#on method
Oleg Gaidarenko
2015-05-03
1
-2
/
+0
*
Manipulation: Make an HTML interception point
Richard Gibson
2015-04-30
1
-2
/
+6
*
Manipulation: Detect sneaky no-content replaceWith input
Richard Gibson
2015-04-30
1
-18
/
+21
*
Core: add workaround for iOS JIT error in isArrayLike
Timmy Willison
2015-04-29
1
-1
/
+6
*
Core: Align branches: remove an unused variable, add comments
Michał Gołębiowski
2015-04-27
3
-2
/
+5
*
Deferred: Always handle progress callbacks before done/fail
Richard Gibson
2015-04-22
1
-29
/
+32
*
Attributes: remove unnecessary element null check
Bastian Buchholz
2015-04-20
1
-1
/
+1
*
Core: Follow the AMD specification for define
Alexander O'Mara
2015-04-13
1
-1
/
+1
*
CSS: Don't expose jQuery.swap
Michał Gołębiowski
2015-04-13
2
-10
/
+6
*
Attributes: revert returning null for non-existant attributes
Timmy Willison
2015-03-30
1
-1
/
+6
*
Wrap: Support .unwrap( selector) for selective unwrapping
Dave Methvin
2015-03-30
1
-6
/
+5
*
Core: Update tested jsdom, drop obsolete workarounds
Michał Gołębiowski
2015-03-30
2
-57
/
+48
*
Deferred: Backwards-compatible standards interoperability
Richard Gibson
2015-03-20
1
-27
/
+221
*
Attributes: revert returning null for non-elements
Timmy Willison
2015-03-16
1
-1
/
+1
*
Attributes: fix failing test for new return value
Timmy Willison
2015-03-16
1
-1
/
+1
*
Attributes: return null when attribute does not exist
Winston Howes
2015-03-16
1
-6
/
+1
*
Data: restore explicit data removal of private data in cleanData.
Rick Waldron
2015-03-09
1
-1
/
+1
*
CSS: Support relative adjustment in any applicable unit
Mr21
2015-03-09
4
-58
/
+83
*
Build: remove deprecated JSHint options
Stephen Edgar
2015-03-08
1
-3
/
+0
*
Event: correct support comment
Oleg Gaidarenko
2015-03-08
1
-1
/
+3
*
Data: updates to element[expando] cache
Rick Waldron
2015-03-05
1
-36
/
+23
*
Data: move element cache to element[expando]
Rick Waldron
2015-03-04
3
-67
/
+64
*
Data: avoid Object.defineProperties for nodes
Jason Bedard
2015-03-04
1
-13
/
+9
*
Core: change jQuery.each and jQuery#each signatures
Oleg Gaidarenko
2015-02-19
1
-31
/
+10
*
Ajax: remove use of jQuery#each second argument
Oleg Gaidarenko
2015-02-19
1
-1
/
+3
*
Ajax: remove deprecated extensions from ajax promise
Oleg Gaidarenko
2015-02-17
1
-6
/
+4
*
Ajax: replace "jqXHR.complete" callback with "always"
Oleg Gaidarenko
2015-02-15
1
-1
/
+4
*
Ajax: make jQuery#load "type" field explicit
Oleg Gaidarenko
2015-02-15
1
-2
/
+4
[prev]
[next]