index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: upgrade dependencies; fix bundler tests on windows
Timmy Willison
2024-06-15
1
-6
/
+1
*
Tests: remove unnecessary scroll feature test
Timmy Willison
2024-06-10
1
-30
/
+11
*
Build: improve specificity of eslint config; add ecma versions
Timmy Willison
2024-06-06
14
-40
/
+20
*
CSS:Tests: Fix tests & support tests under CSS Zoom
Michał Gołębiowski-Owczarek
2024-06-03
3
-2
/
+40
*
Tests: Align `:has` selector tests with `3.x-stable`
Michał Gołębiowski-Owczarek
2024-05-29
1
-2
/
+2
*
Event: Increase robustness of an inner native event in leverageNative
Michał Gołębiowski-Owczarek
2024-05-20
1
-0
/
+58
*
Tests: Make the beforeunload event tests work regardless of extensions
Michał Gołębiowski-Owczarek
2024-04-25
2
-10
/
+20
*
Offset: Increase search depth when finding the 'real' offset parent
Liam James
2024-04-19
1
-1
/
+4
*
Tests: share queue/browser handling for all worker types
Timmy Willison
2024-04-01
13
-446
/
+336
*
Tests: improve diffing for values of different types
Timmy Willison
2024-03-27
2
-26
/
+58
*
Attributes: Make `.attr( name, false )` remove for all non-ARIA attrs
Michał Gołębiowski-Owczarek
2024-03-20
2
-18
/
+76
*
Tests: show any and all actual/expected values
Timmy Willison
2024-03-15
1
-2
/
+11
*
Tests: add diffing to test reporter
Timmy Willison
2024-03-14
1
-2
/
+49
*
Tests: add actual and expected messages to test reporter
Timmy Willison
2024-03-14
1
-12
/
+12
*
Core: Fix the exports setup to make bundlers work with ESM & CommonJS
Michał Gołębiowski-Owczarek
2024-03-12
24
-9
/
+331
*
Tests: fix worker restarts for failed browser acknowledgements
Timmy Willison
2024-03-11
1
-1
/
+1
*
Build: migrate more uses of fs.promises; use node: protocol
Timmy Willison
2024-03-11
1
-1
/
+1
*
Tests: add --hard-retries option to test runner
Timmy Willison
2024-03-11
5
-37
/
+93
*
Tests: fix cleanup in cases where server doesn't stop
Timmy Willison
2024-03-09
1
-4
/
+4
*
Build: drop support for Node 10
Timmy Willison
2024-03-09
2
-5
/
+5
*
Tests: fix flakey message logs; ignore delete worker failures
Timmy Willison
2024-03-05
3
-20
/
+29
*
Tests: reuse browser workers in BrowserStack tests (#5428)
Timmy Willison
2024-03-05
15
-414
/
+496
*
Tests: Use allowlist instead of whitelist
J.Son
2024-03-01
1
-5
/
+5
*
Tests: migrate testing infrastructure to minimal dependencies
Timmy Willison
2024-02-26
38
-10212
/
+12504
*
Tests: Fix Karma tests on Node.js 20
Michał Gołębiowski-Owczarek
2024-02-08
1
-9
/
+5
*
Manipulation: Generalize a test to support IE
Richard Gibson
2024-01-13
1
-3
/
+17
*
Manipulation: Support $el.html(selfRemovingScript) (#5378)
Richard Gibson
2024-01-08
1
-0
/
+15
*
CSS: Fix reliableTrDimensions support test for initially hidden iframes
Michał Gołębiowski-Owczarek
2023-11-07
3
-1
/
+81
*
CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapper
Michał Gołębiowski-Owczarek
2023-09-20
2
-3
/
+12
*
Core: Simplify code post browser support reduction
Michał Gołębiowski-Owczarek
2023-09-20
7
-157
/
+94
*
Core: Move the factory to separate exports
Michał Gołębiowski-Owczarek
2023-09-19
15
-60
/
+62
*
Build: migrate most grunt tasks off of grunt
Timmy Willison
2023-09-18
28
-456
/
+571
*
Core: Use named exports in `src/`
Michał Gołębiowski-Owczarek
2023-09-12
1
-1
/
+1
*
Build: Add `exports` to package.json, export slim & esm builds
Michał Gołębiowski-Owczarek
2023-07-10
28
-89
/
+258
*
CSS: Make the reliableTrDimensions support test work with Bootstrap CSS
Michał Gołębiowski-Owczarek
2023-07-10
2
-0
/
+32
*
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
2023-06-28
3
-6
/
+6
*
Build: Drop individual AMD modules
Michał Gołębiowski-Owczarek
2023-06-27
5
-32
/
+10
*
Tests: Disable the ":lang respects escaped backslashes" test
Michał Gołębiowski-Owczarek
2023-06-27
1
-3
/
+13
*
Core: Fix regression in jQuery.text() on HTMLDocument objects
Timo Tijhof
2023-06-12
1
-2
/
+5
*
Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}
Michał Gołębiowski-Owczarek
2023-06-12
1
-0
/
+229
*
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test
Michał Gołębiowski-Owczarek
2023-04-05
1
-13
/
+25
*
CSS: Make `offsetHeight( true )`, etc. include negative margins
Michał Gołębiowski-Owczarek
2023-04-04
1
-1
/
+6
*
Event: Avoid collisions between jQuery.event.special & Object.prototype
Michał Gołębiowski-Owczarek
2023-04-03
1
-0
/
+20
*
Event: Make trigger(focus/blur/click) work with native handlers
Michał Gołębiowski-Owczarek
2023-03-27
1
-2
/
+61
*
Event: Simulate focus/blur in IE via focusin/focusout
Michał Gołębiowski-Owczarek
2023-03-27
1
-120
/
+202
*
Ajax: Don't treat array data as binary
Michał Gołębiowski-Owczarek
2023-03-21
1
-67
/
+201
*
Ajax: Allow `processData: true` even for binary data
Michał Gołębiowski-Owczarek
2023-03-20
1
-0
/
+23
*
Tests: Test AJAX deprecated event aliases properly
Michał Gołębiowski-Owczarek
2023-03-15
1
-5
/
+5
*
Deferred: Rename `getStackHook` to `getErrorHook`
Michał Gołębiowski-Owczarek
2023-03-14
1
-6
/
+6
*
Selector: Stop relying on CSS.supports( "selector(...)" )
Michał Gołębiowski-Owczarek
2023-02-14
1
-8
/
+14
[next]