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
*
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
*
Selector: Backport jQuery selection context logic to selector-native
Michał Gołębiowski-Owczarek
2023-02-13
3
-79
/
+51
*
Ajax: Support binary data (including FormData)
Michał Gołębiowski-Owczarek
2023-02-01
4
-2
/
+87
*
Deferred: Respect source maps in jQuery.Deferred.exceptionHook
Michał Gołębiowski-Owczarek
2023-02-01
1
-3
/
+3
*
Ajax: Support `headers` for script transport even when cross-domain
Michał Gołębiowski-Owczarek
2023-02-01
1
-24
/
+80
*
Build: Run GitHub Action browser tests on Playwright WebKit
Michał Gołębiowski-Owczarek
2023-01-23
4
-7
/
+28
*
Build: Migrate middleware-mockserver to modern JS
Michał Gołębiowski-Owczarek
2023-01-23
2
-60
/
+80
*
Selector: Make selector lists work with `qSA` again
Michał Gołębiowski-Owczarek
2022-12-19
1
-1
/
+21
*
Core:Selector: Move jQuery.contains from the selector to the core module
Michał Gołębiowski-Owczarek
2022-12-12
2
-55
/
+56
*
Selector: Implement the `uniqueSort` chainable method
Michał Gołębiowski-Owczarek
2022-11-28
1
-22
/
+56
*
Tests: Indicate Firefox 106+ passes the `cssSupportsSelector` test
Michał Gołębiowski-Owczarek
2022-11-25
1
-1
/
+7
*
Selector: Re-introduce selector-native.js
Michał Gołębiowski-Owczarek
2022-11-21
3
-14
/
+37
*
Selector:Manipulation: Fix DOM manip within template contents
Michał Gołębiowski-Owczarek
2022-11-14
2
-0
/
+53
*
Ajax: Support `null` as success functions in `jQuery.get`
Michał Gołębiowski-Owczarek
2022-10-17
2
-4
/
+24
*
Selector: Drop support for legacy pseudos, test custom pseudos
Michał Gołębiowski-Owczarek
2022-10-11
1
-0
/
+74
*
Manipulation: Extract domManip to a separate file
Michał Gołębiowski-Owczarek
2022-10-10
1
-3
/
+3
*
Tests: Remove a workaround for a Firefox XML parsing issue
Michał Gołębiowski-Owczarek
2022-10-03
1
-7
/
+1
*
CSS: Return `undefined` for whitespace-only CSS variable values (#5120)
Michał Gołębiowski-Owczarek
2022-10-03
1
-1
/
+3
*
CSS: Don’t trim whitespace of undefined custom property
Anders Kaseorg
2022-09-19
1
-1
/
+4
*
Selector: Use jQuery `:has` if `CSS.supports(selector(...))` non-compliant
Michał Gołębiowski-Owczarek
2022-09-19
2
-6
/
+21
*
Tests: Fix the link to QUnit CSS file
Michał Gołębiowski-Owczarek
2022-08-29
1
-1
/
+1
*
Tests: Exclude tests based on compilation flags, not API presence
Michał Gołębiowski-Owczarek
2022-06-28
22
-57
/
+145
*
Effects: Remove jQuery.fx.interval
Michał Gołębiowski-Owczarek
2022-03-01
3
-179
/
+154
*
Tests: Workaround an XML parsing bug in Firefox
Michał Gołębiowski-Owczarek
2022-02-28
1
-1
/
+7
*
CSS: Skip falsy values in `addClass( array )`, compress code
Michał Gołębiowski-Owczarek
2022-01-24
1
-0
/
+38
*
Core: Don't rely on splice being present on input
Bruno PIERRE
2022-01-24
1
-5
/
+7
*
Docs: Fix incorrect `trac-NUMBER` references
Michał Gołębiowski-Owczarek
2022-01-12
7
-8
/
+8
*
Docs: remove expired links from old jquery source (#4997)
Timmy Willison
2022-01-07
1
-2
/
+0
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
29
-352
/
+353
*
Tests: Skip ETag AJAX tests on TestSwarm
Michał Gołębiowski-Owczarek
2021-12-01
1
-5
/
+18
*
Tests: Allow statusText to be "success" in AJAX tests
Michał Gołębiowski-Owczarek
2021-12-01
1
-1
/
+2
*
Attributes: Don't stringify attributes in the setter
Michał Gołębiowski-Owczarek
2021-11-01
5
-0
/
+96
*
Core:Manipulation: Add basic TrustedHTML support
Michał Gołębiowski-Owczarek
2021-09-30
6
-4
/
+110
*
Tests: Don't remove csp.log in the cspClean action of mock.php
Michał Gołębiowski-Owczarek
2021-09-30
1
-1
/
+0
*
Tests: Load the TestSwarm listener via HTTPS
Michał Gołębiowski-Owczarek
2021-09-29
1
-1
/
+1
*
CSS: Trim whitespace surrounding CSS Custom Properties values
fecore1
2021-09-23
1
-8
/
+23
*
Manipulation: Don't remove HTML comments from scripts
Michał Gołębiowski-Owczarek
2021-07-19
2
-8
/
+20
*
Tests: Switch background image from online file to local 1x1.jpg
Timo Tijhof
2021-05-24
2
-19
/
+9
*
Event: Don't break focus triggering after `.on(focus).off(focus)`
Michał Gołębiowski-Owczarek
2021-05-10
1
-0
/
+16
*
Tests: Strip untypical callback parameter characters from mock.php
Michał Gołębiowski-Owczarek
2021-04-13
2
-13
/
+24
*
Tests: Make more tests run natively in Chrome & Firefox
Michał Gołębiowski-Owczarek
2021-04-13
1
-9
/
+9
[next]