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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Build: Make sure `*.cjs` & `*.mjs` files use UNIX line endings as well
Michał Gołębiowski-Owczarek
2023-07-10
1
-0
/
+3
*
Build: switch preferred email for timmywil
Timmy Willison
2023-07-10
1
-4
/
+4
*
Build: Bump github/codeql-action & actions/checkout
dependabot[bot]
2023-07-02
2
-5
/
+5
*
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
2023-06-28
4
-7
/
+7
*
Build: Drop individual AMD modules
Michał Gołębiowski-Owczarek
2023-06-27
13
-110
/
+12
*
Tests: Disable the ":lang respects escaped backslashes" test
Michał Gołębiowski-Owczarek
2023-06-27
1
-3
/
+13
*
Docs: remove stale gitter badge from readme
Timmy Willison
2023-06-23
1
-1
/
+3
*
Build: Reference GitHub Actions by commit SHAs
Gabriela Gutierrez
2023-06-13
2
-7
/
+7
*
Core: Fix regression in jQuery.text() on HTMLDocument objects
Timo Tijhof
2023-06-12
2
-4
/
+12
*
Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}
Michał Gołębiowski-Owczarek
2023-06-12
3
-5
/
+242
*
Build: Switch the minifier from UglifyJS to Terser
Michał Gołębiowski-Owczarek
2023-05-31
4
-18
/
+19
*
Docs: Remove the "Grunt build" section from the PR template
Michał Gołębiowski-Owczarek
2023-05-31
1
-1
/
+0
*
Build: Make the `eslint:dev` task not lint the `dist/` folder
Michał Gołębiowski-Owczarek
2023-05-31
1
-1
/
+5
*
Deprecated: Define `.hover()` using non-deprecated methods
Michał Gołębiowski-Owczarek
2023-05-22
1
-1
/
+3
*
Build: Test on Node.js 20, stop testing on Node.js 14 & 19
Michał Gołębiowski-Owczarek
2023-05-22
1
-1
/
+1
*
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test
Michał Gołębiowski-Owczarek
2023-04-05
2
-15
/
+27
*
CSS: Make `offsetHeight( true )`, etc. include negative margins
Michał Gołębiowski-Owczarek
2023-04-04
2
-4
/
+12
*
Event: Avoid collisions between jQuery.event.special & Object.prototype
Michał Gołębiowski-Owczarek
2023-04-03
2
-2
/
+22
*
Event: Simplify the check for saved data in leverageNative
Michał Gołębiowski-Owczarek
2023-04-03
1
-1
/
+1
*
Event: Make trigger(focus/blur/click) work with native handlers
Michał Gołębiowski-Owczarek
2023-03-27
2
-6
/
+73
*
Event: Simulate focus/blur in IE via focusin/focusout
Michał Gołębiowski-Owczarek
2023-03-27
2
-166
/
+258
*
Ajax: Don't treat array data as binary
Michał Gołębiowski-Owczarek
2023-03-21
2
-67
/
+202
*
Build: Only install Playwright dependencies when needed
Michał Gołębiowski-Owczarek
2023-03-20
1
-1
/
+1
*
Ajax: Allow `processData: true` even for binary data
Michał Gołębiowski-Owczarek
2023-03-20
2
-2
/
+28
*
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
3
-12
/
+15
*
Release: add support for md5 sums in windows
Timmy Willison
2023-03-09
1
-2
/
+15
*
Selector: Stop relying on CSS.supports( "selector(...)" )
Michał Gołębiowski-Owczarek
2023-02-14
5
-64
/
+36
*
Selector: Backport jQuery selection context logic to selector-native
Michał Gołębiowski-Owczarek
2023-02-13
23
-414
/
+516
*
Build: Bump actions/setup-node from 3.5.1 to 3.6.0
dependabot[bot]
2023-02-02
1
-1
/
+1
*
Ajax: Support binary data (including FormData)
Michał Gołębiowski-Owczarek
2023-02-01
8
-5
/
+109
*
Deferred: Respect source maps in jQuery.Deferred.exceptionHook
Michał Gołębiowski-Owczarek
2023-02-01
2
-5
/
+5
*
Ajax: Support `headers` for script transport even when cross-domain
Michał Gołębiowski-Owczarek
2023-02-01
2
-34
/
+98
*
Build: Run GitHub Action browser tests on Playwright WebKit
Michał Gołębiowski-Owczarek
2023-01-23
7
-38
/
+69
*
Build: Migrate middleware-mockserver to modern JS
Michał Gołębiowski-Owczarek
2023-01-23
2
-60
/
+80
*
Build: remove stale Insight package from custom builds
Timmy Willison
2022-12-20
2
-42
/
+1
*
Selector: Make selector lists work with `qSA` again
Michał Gołębiowski-Owczarek
2022-12-19
4
-7
/
+34
*
Core:Selector: Move jQuery.contains from the selector to the core module
Michał Gołębiowski-Owczarek
2022-12-12
7
-74
/
+70
*
Build: Limit permissions for GitHub workflows
Alex
2022-12-01
2
-0
/
+10
*
Selector: Implement the `uniqueSort` chainable method
Michał Gołębiowski-Owczarek
2022-11-28
2
-22
/
+61
*
Tests: Indicate Firefox 106+ passes the `cssSupportsSelector` test
Michał Gołębiowski-Owczarek
2022-11-25
2
-2
/
+8
*
Selector: Re-introduce selector-native.js
Michał Gołębiowski-Owczarek
2022-11-21
9
-27
/
+161
*
Build: Test on Node.js 18 & 19, stop testing on Node 12
Michał Gołębiowski-Owczarek
2022-11-17
1
-1
/
+1
*
Selector:Manipulation: Fix DOM manip within template contents
Michał Gołębiowski-Owczarek
2022-11-14
3
-4
/
+56
*
Build: Bump actions/setup-node from 3.5.0 to 3.5.1
dependabot[bot]
2022-11-01
1
-1
/
+1
*
Docs: Remove stale badge from README
Timmy Willison
2022-10-24
1
-2
/
+0
*
Ajax: Support `null` as success functions in `jQuery.get`
Michał Gołębiowski-Owczarek
2022-10-17
4
-7
/
+27
*
Selector: Drop support for legacy pseudos, test custom pseudos
Michał Gołębiowski-Owczarek
2022-10-11
2
-21
/
+76
*
Manipulation: Extract domManip to a separate file
Michał Gołębiowski-Owczarek
2022-10-10
3
-107
/
+113
*
Build: Update Grunt from 1.4.1 to 1.5.3
Michał Gołębiowski-Owczarek
2022-10-03
1
-1
/
+1
[prev]
[next]