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/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 "CSS: Make show/hide/toggle methods a module"
Oleg Gaidarenko
2015-11-11
4
-37
/
+22
*
Revert "Core: remove custom ready event"
Oleg Gaidarenko
2015-11-11
1
-11
/
+24
*
Revert "Event: remove deprecated event aliases"
Oleg Gaidarenko
2015-11-11
1
-1
/
+51
*
Revert "Revert "Offset: allow offset setter to throw for disconnected elements""
Oleg Gaidarenko
2015-11-11
1
-8
/
+0
*
Revert "Deferred: add .catch handler"
Oleg Gaidarenko
2015-11-11
1
-36
/
+0
*
Revert "CSS: Make .css("width") & .css("height") return fractional values"
Oleg Gaidarenko
2015-11-11
2
-69
/
+16
*
Revert "Effects: Remove additional parameters of easings"
Oleg Gaidarenko
2015-11-11
1
-2
/
+6
*
Revert "Ajax: Mitigate possible XSS vulnerability"
Oleg Gaidarenko
2015-11-11
1
-48
/
+0
*
Revert "Ajax: don't expect cross-origin tests run in envs which not support it"
Oleg Gaidarenko
2015-11-11
1
-20
/
+31
*
Revert "Attributes: do not set properties to false when removing booleans"
Oleg Gaidarenko
2015-11-11
1
-4
/
+2
*
Revert "Attributes: remove flakey test for selected attribute"
Oleg Gaidarenko
2015-11-11
1
-1
/
+3
*
Revert "Ajax: Only form-encode requests with a body"
Oleg Gaidarenko
2015-11-11
2
-58
/
+16
*
Revert "Attributes: return empty array for select-multiple with no values"
Oleg Gaidarenko
2015-11-11
1
-2
/
+2
*
Revert "Dimensions: outerWidth/Height include scrollbar"
Oleg Gaidarenko
2015-11-11
1
-43
/
+40
*
Revert "Dimensions: Empty sets should return undefined"
Oleg Gaidarenko
2015-11-11
1
-13
/
+25
*
Selector: pass jQuery unit tests with selector-native
Timmy Willison
2015-11-11
8
-167
/
+233
*
Offset: offsetLeft/Top on empty set returns undefined
Dave Methvin
2015-11-10
1
-2
/
+2
*
Dimensions: Empty sets should return undefined
Dave Methvin
2015-11-10
1
-25
/
+13
*
Dimensions: properly manipulate non-px values
Timmy Willison
2015-11-09
1
-30
/
+35
*
Manipulation: execute scripts from iframe in the iframe's context
Timmy Willison
2015-11-09
2
-0
/
+29
*
Event: Move VML test out of event alias test
Dave Methvin
2015-11-07
1
-5
/
+15
*
Dimensions: outerWidth/Height include scrollbar
Dave Methvin
2015-11-07
1
-40
/
+43
*
Event: Make event aliases optional in unit tests
Dave Methvin
2015-11-06
2
-45
/
+42
*
Attributes: return empty array for select-multiple with no values
Timmy Willison
2015-11-05
1
-2
/
+2
*
Event: Add basic unit tests for event aliases
Dave Methvin
2015-11-05
1
-0
/
+18
*
Event: Ensure delegation doesn't error on comment nodes
Timmy Willison
2015-11-04
1
-0
/
+27
*
Ajax: Don't throw exceptions on binary data response
Dave Methvin
2015-11-04
1
-0
/
+24
*
Ajax: trigger error callback on native abort
Timmy Willison
2015-11-03
1
-1
/
+20
*
Ajax: Only form-encode requests with a body
Dave Methvin
2015-11-02
2
-15
/
+57
*
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
-18
/
+1
*
Tests: Add iOS 9 support tests results
Michał Gołębiowski
2015-10-30
1
-0
/
+17
*
Core: use interactive to evaluate dom ready, barring IE9-10
Timmy Willison
2015-10-29
2
-0
/
+35
*
Attributes: remove flakey test for selected attribute
Timmy Willison
2015-10-26
1
-3
/
+1
*
Tests: Post-Summit cleanup
Richard Gibson
2015-10-25
2
-9
/
+1
*
Tests: Use standard external domain name
Richard Gibson
2015-10-23
1
-1
/
+1
*
Attributes: do not set properties to false when removing booleans
Timmy Willison
2015-10-21
1
-2
/
+4
*
Core: make isNumeric limited to strings and numbers
Timmy Willison
2015-10-21
1
-1
/
+1
*
Tests: Add Safari 9 support tests results
Michał Gołębiowski
2015-10-18
1
-0
/
+17
*
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson
2015-10-18
4
-39
/
+67
*
Attributes: fix tabIndex on <img> in IE11
Joelle Fleurantin
2015-10-18
1
-0
/
+7
*
Core: add unit test for isPlainObject(Symbol)
Liza Ramo
2015-10-18
1
-0
/
+9
*
Offset: allow small differences in offset.top
Joelle Fleurantin
2015-10-18
1
-1
/
+3
*
Tests: Change quotes according to style guidelines
Julian Alexander Murillo
2015-10-18
9
-18
/
+18
*
Event: Fix delegated radio events when arrow keys are used
Dave Methvin
2015-10-18
1
-0
/
+33
*
Attributes: Use simpler boolean check vs a function call
Dave Methvin
2015-10-18
1
-1
/
+5
*
Attributes: Remove undocumented .toggleClass( boolean ) signature
Dave Methvin
2015-10-18
1
-24
/
+1
*
CSS: Make show/hide/toggle methods a module
Dave Methvin
2015-10-18
4
-33
/
+53
*
Tests: Keep test iframes around for assertions
Richard Gibson
2015-10-17
1
-1
/
+1
*
Core: make isNumeric test work on Symbol
Liza Ramo
2015-10-17
1
-0
/
+7
[next]