| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 9 | -31/+19 |
* | CSS:Tests: Fix tests & support tests under CSS Zoom | Michał Gołębiowski-Owczarek | 2024-06-03 | 2 | -2/+16 |
* | 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 | 1 | -5/+14 |
* | Offset: Increase search depth when finding the 'real' offset parent | Liam James | 2024-04-19 | 1 | -1/+4 |
* | Attributes: Make `.attr( name, false )` remove for all non-ARIA attrs | Michał Gołębiowski-Owczarek | 2024-03-20 | 2 | -18/+76 |
* | 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 | 6 | -94/+15 |
* | 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 | 1 | -0/+41 |
* | 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 | 4 | -3/+27 |
* | Build: migrate most grunt tasks off of grunt | Timmy Willison | 2023-09-18 | 16 | -298/+483 |
* | CSS: Make the reliableTrDimensions support test work with Bootstrap CSS | Michał Gołębiowski-Owczarek | 2023-07-10 | 1 | -0/+12 |
* | Docs: Fix typos found by codespell | Dimitri Papadopoulos Orfanos | 2023-06-28 | 3 | -6/+6 |
* | 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 |
* | 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 | 1 | -0/+43 |
* | 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 |
* | 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 | 2 | -3/+25 |
* | 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 | 1 | -0/+20 |
* | 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: Exclude tests based on compilation flags, not API presence | Michał Gołębiowski-Owczarek | 2022-06-28 | 19 | -56/+76 |