index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Data: do not include digits when camelCasing"
Oleg Gaidarenko
2015-12-22
2
-36
/
+15
*
Revert "Data: always camelCase keys in .data()"
Oleg Gaidarenko
2015-12-22
1
-176
/
+50
*
Revert "Data: camelCasing should not ignore case"
Oleg Gaidarenko
2015-12-22
1
-19
/
+0
*
Revert "Offset: Fix .offset() to correctly work with ShadowDOM"
Oleg Gaidarenko
2015-12-22
1
-15
/
+0
*
Revert "Offset: remove ownerDocument check in offset getter"
Oleg Gaidarenko
2015-12-22
1
-5
/
+14
*
Revert "Offset: allow offset setter to throw for disconnected elements"
Oleg Gaidarenko
2015-12-22
1
-1
/
+9
*
Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."
Oleg Gaidarenko
2015-12-22
7
-1231
/
+1144
*
Revert "Core: remove custom ready event"
Oleg Gaidarenko
2015-12-22
1
-25
/
+28
*
Revert "Event: remove deprecated event aliases"
Oleg Gaidarenko
2015-12-22
1
-1
/
+8
*
Revert "Deferred: add .catch handler"
Oleg Gaidarenko
2015-12-22
1
-37
/
+0
*
Revert "CSS: Make .css("width") & .css("height") return fractional values"
Oleg Gaidarenko
2015-12-22
4
-84
/
+20
*
Revert "Effects: Remove additional parameters of easings"
Oleg Gaidarenko
2015-12-22
1
-2
/
+4
*
Revert "CSS: Make show/hide/toggle methods a module"
Oleg Gaidarenko
2015-12-22
4
-53
/
+41
*
Revert "Core: make isNumeric limited to strings and numbers"
Oleg Gaidarenko
2015-12-22
1
-1
/
+1
*
Revert "Attributes: do not set properties to false when removing booleans"
Oleg Gaidarenko
2015-12-22
1
-1
/
+1
*
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
*
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
1
-2
/
+4
*
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
1
-1
/
+1
*
Attributes: fix tabIndex on <img> in IE11
Joelle Fleurantin
2015-10-25
1
-0
/
+7
*
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
1
-0
/
+33
*
Attributes: Use simpler boolean check vs a function call
Dave Methvin
2015-10-25
1
-1
/
+5
*
Attributes: Remove undocumented .toggleClass( boolean ) signature
Dave Methvin
2015-10-25
1
-24
/
+1
*
CSS: Make show/hide/toggle methods a module
Dave Methvin
2015-10-25
4
-41
/
+53
*
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
1
-0
/
+7
*
Tests: Use standard external domain name
Richard Gibson
2015-10-23
1
-1
/
+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
4
-28
/
+60
*
Tests: Account for array-like objects in jQuery.grep
Aurelio De Rosa
2015-10-13
1
-6
/
+73
*
Tests: fix code style issues
Oleg Gaidarenko
2015-10-13
1
-1
/
+1
*
Core: Support Symbol wrapper objects in jQuery.type
Christian Grete
2015-10-13
1
-0
/
+13
*
Ajax: don't expect cross-origin tests run in envs which not support it
Oleg Gaidarenko
2015-10-13
1
-31
/
+20
*
Ajax: improve content-type detection
Oleg Gaidarenko
2015-10-12
2
-1
/
+108
*
Event: fix incorrect test
Oleg Gaidarenko
2015-10-12
2
-8
/
+2
*
Tests:Docs: Fix various typos
Gary Ye
2015-10-12
4
-5
/
+5
*
Event: Move .bind() and .delegate() to deprecated
Dave Methvin
2015-10-12
2
-0
/
+41
*
Tests: Add .extend test for defined accessor properties
Oleg Gaidarenko
2015-10-12
1
-0
/
+30
*
Ajax: Mitigate possible XSS vulnerability
Oleg Gaidarenko
2015-10-12
1
-0
/
+48
*
Tests: Use QUnit URL parameter parsing
Richard Gibson
2015-10-08
1
-6
/
+3
*
Tests: Add dummy modules when running basic tests
Richard Gibson
2015-10-08
1
-13
/
+16
*
Tests: Account for Edge in originalEvent UA-sniffs
Michał Gołębiowski
2015-09-14
1
-6
/
+4
*
Tests: Fix the expando-removal test failure in IE 8
Michał Gołębiowski
2015-09-14
1
-1
/
+4
*
Tests: Provide equal() arguments in correct order (actual, expected)
Richard Gibson
2015-09-08
1
-1
/
+1
[next]