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-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ajax: Remove jsonp callbacks through "jQuery#removeProp" method
Oleg Gaidarenko
2015-07-13
1
-2
/
+8
*
CSS: Make .css("width") & .css("height") return fractional values
Michał Gołębiowski
2015-07-07
1
-9
/
+17
*
Deferred: add .catch handler
Timmy Willison
2015-07-06
1
-0
/
+3
*
CSS: Improve a comment explaining IE11 fullscreen bug
Michał Gołębiowski
2015-07-01
1
-1
/
+2
*
Effects: Adding unit tests for jQuery.Animation
Corey Frang
2015-06-26
1
-18
/
+26
*
Effects: Add tests for jQuery.Tween
Corey Frang
2015-06-26
2
-4
/
+7
*
CSS: make the getStyles function more readable
Thomas Tortorini
2015-06-25
1
-3
/
+6
*
Core: organize prop & attr code to be similar
Gilad Peleg
2015-06-23
2
-54
/
+56
*
CSS: Work around an IE11 fullscreen dimensions bug
Martin Naumann
2015-06-23
1
-0
/
+11
*
Core: Switch from modules to just window.setTimeout etc.
Michał Gołębiowski
2015-06-17
9
-37
/
+14
*
Core: Use window.setTimeout & friends instead of global equivalents
Michał Gołębiowski
2015-06-17
10
-9
/
+28
*
Offset: return before getBoundingClientRect to avoid error in IE8-11
Timmy Willison
2015-06-16
1
-2
/
+9
*
Offset: return zeros for disconnected/hidden elements
Timmy Willison
2015-06-16
1
-1
/
+4
*
Revert "Offset: allow offset setter to throw for disconnected elements"
Timmy Willison
2015-06-16
1
-1
/
+1
*
Manipulation: Remove an internal argument to the remove method
Michał Gołębiowski
2015-06-14
1
-25
/
+29
*
Event: Remove an internal argument to the on method
Michał Gołębiowski
2015-06-14
1
-51
/
+55
*
Core: Make jQuery objects iterable
Michał Gołębiowski
2015-06-13
1
-0
/
+10
*
Event: remove preDispatch hook & simplify "simulate" signature
Oleg Gaidarenko
2015-06-05
1
-7
/
+4
*
CSS: Don't name the anonymous swap function
Michał Gołębiowski
2015-06-01
1
-1
/
+1
*
Ajax: Remove remnants of the load event alias handling
Michał Gołębiowski
2015-06-01
1
-10
/
+1
*
CSS: Don't cache unrecognized CSS property names
Michał Gołębiowski
2015-06-01
1
-11
/
+10
*
Event: remove outdated originalEvent hack
Oleg Gaidarenko
2015-05-29
1
-7
/
+13
*
Event: Remove fake originalEvent from jQuery.Event.simulate
Gabriel Schulhof
2015-05-29
1
-2
/
+6
*
Event: remove deprecated event aliases
Oleg Gaidarenko
2015-05-19
1
-2
/
+2
*
Event: provide verbose comment for focus(in | out) & rename support prop
Oleg Gaidarenko
2015-05-19
2
-6
/
+12
*
Offset: account for scroll when calculating position
Richard McDaniel
2015-05-12
1
-2
/
+5
*
Core: remove custom ready event
Timmy Willison
2015-05-12
1
-7
/
+0
*
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
[next]