index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Ajax: remove deprecated extensions from ajax promise"
Oleg Gaidarenko
2015-12-22
1
-4
/
+6
*
Revert "Deferred: Backwards-compatible standards interoperability"
Oleg Gaidarenko
2015-12-22
6
-890
/
+293
*
Revert "Data: do not include digits when camelCasing"
Oleg Gaidarenko
2015-12-22
3
-37
/
+16
*
CSS: remove revert artefact
Oleg Gaidarenko
2015-12-22
1
-2
/
+0
*
Revert "Data: always camelCase keys in .data()"
Oleg Gaidarenko
2015-12-22
2
-215
/
+112
*
Revert "Data: camelCasing should not ignore case"
Oleg Gaidarenko
2015-12-22
2
-20
/
+1
*
Revert "Offset: Fix .offset() to correctly work with ShadowDOM"
Oleg Gaidarenko
2015-12-22
2
-39
/
+11
*
Revert "Offset: remove ownerDocument check in offset getter"
Oleg Gaidarenko
2015-12-22
2
-10
/
+18
*
Revert "Offset: allow offset setter to throw for disconnected elements"
Oleg Gaidarenko
2015-12-22
2
-2
/
+10
*
Build: Temprary disable jscs checks
Oleg Gaidarenko
2015-12-22
1
-1
/
+1
*
Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."
Oleg Gaidarenko
2015-12-22
10
-1341
/
+1352
*
Revert "Core: remove custom ready event"
Oleg Gaidarenko
2015-12-22
2
-25
/
+35
*
Revert "Event: remove deprecated event aliases"
Oleg Gaidarenko
2015-12-22
2
-3
/
+10
*
Revert "Ajax: Remove remnants of the load event alias handling"
Oleg Gaidarenko
2015-12-22
1
-2
/
+11
*
Revert "Deferred: add .catch handler"
Oleg Gaidarenko
2015-12-22
2
-40
/
+0
*
Revert "CSS: Make .css("width") & .css("height") return fractional values"
Oleg Gaidarenko
2015-12-22
6
-120
/
+30
*
Revert "Effects: Remove additional parameters of easings"
Oleg Gaidarenko
2015-12-22
2
-7
/
+14
*
Revert "CSS: Make show/hide/toggle methods a module"
Oleg Gaidarenko
2015-12-22
8
-85
/
+66
*
Revert "Core: make isNumeric limited to strings and numbers"
Oleg Gaidarenko
2015-12-22
2
-7
/
+7
*
Revert "Attributes: do not set properties to false when removing booleans"
Oleg Gaidarenko
2015-12-22
2
-2
/
+19
*
Tests: Make regexes for iOS devices more rigid
Michał Gołębiowski
2015-10-30
1
-3
/
+3
*
Tests: Remove Safari 7.0 & iOS 6 support tests results
Michał Gołębiowski
2015-10-30
1
-35
/
+1
*
Tests: Add iOS 9 support tests results
Michał Gołębiowski
2015-10-30
1
-0
/
+34
*
Build: Test on Node 5
Michał Gołębiowski
2015-10-30
1
-0
/
+1
*
Attributes: remove flakey test for selected attribute
Timmy Willison
2015-10-26
1
-3
/
+1
*
Attributes: do not set properties to false when removing booleans
Timmy Willison
2015-10-26
2
-20
/
+5
*
Tests: Post-Summit cleanup
Richard Gibson
2015-10-25
1
-1
/
+1
*
Core: make isNumeric limited to strings and numbers
Timmy Willison
2015-10-25
2
-7
/
+7
*
Attributes: fix tabIndex on <img> in IE11
Joelle Fleurantin
2015-10-25
1
-0
/
+7
*
CSS: use isFinite in place of redundant isNumeric
Timmy Willison
2015-10-25
1
-1
/
+1
*
CSS: fix AMD mode for the new showHide module
Timmy Willison
2015-10-25
1
-1
/
+2
*
Tests: Change quotes according to style guidelines
Julian Alexander Murillo
2015-10-25
9
-18
/
+18
*
Event: Fix delegated radio events when arrow keys are used
Dave Methvin
2015-10-25
2
-3
/
+37
*
Attributes: removeClass() -> attr("class", "")
Thomas Tortorini
2015-10-25
1
-24
/
+22
*
Attributes: Use simpler boolean check vs a function call
Dave Methvin
2015-10-25
2
-6
/
+7
*
Attributes: Remove undocumented .toggleClass( boolean ) signature
Dave Methvin
2015-10-25
2
-76
/
+22
*
CSS: Make show/hide/toggle methods a module
Dave Methvin
2015-10-25
8
-66
/
+83
*
Deprecated: fix amd mode for the deprecated module
Timmy Willison
2015-10-25
2
-1
/
+4
*
Tests: Keep test iframes around for assertions
Richard Gibson
2015-10-25
1
-1
/
+1
*
Core: make isNumeric test work on Symbol
Liza Ramo
2015-10-25
2
-1
/
+9
*
Build: update Sizzle to 2.2.1
Oleg Gaidarenko
2015-10-25
4
-12
/
+12
*
Ajax: Don't let onreadystatechange preempt exceptions from xhr.send
Richard Gibson
2015-10-23
1
-2
/
+6
*
Tests: Use standard external domain name
Richard Gibson
2015-10-23
1
-1
/
+1
*
Ajax: Catch synchronous readystatechange events
Richard Gibson
2015-10-23
1
-6
/
+8
*
CSS: Protect against getBoundingClientRect exceptions
Richard Gibson
2015-10-20
1
-6
/
+15
*
Build: Add "deprecated" to the Testswarm module list
Dave Methvin
2015-10-20
1
-0
/
+1
*
Tests: Add Safari 9 support tests results
Michał Gołębiowski
2015-10-18
1
-0
/
+34
*
Offset: allow small differences in offset.top
Joelle Fleurantin
2015-10-18
1
-1
/
+3
*
Core: add unit test for isPlainObject(Symbol)
Liza Ramo
2015-10-18
1
-0
/
+9
*
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson
2015-10-18
6
-37
/
+95
[prev]
[next]