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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Switch `$.parseHTML` from `document.implementation` to `DOMParser`
Michał Gołębiowski-Owczarek
11 days
1
-11
/
+4
*
CSS: Drop the cache in finalPropName
Michał Gołębiowski-Owczarek
2024-11-26
1
-8
/
+2
*
Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters`
Michał Gołębiowski-Owczarek
2024-11-04
2
-1
/
+3
*
Manipulation: Make jQuery.cleanData not skip elements during cleanup
ac-mmi
2024-09-11
1
-1
/
+4
*
CSS:Tests: Fix tests & support tests under CSS Zoom
Michał Gołębiowski-Owczarek
2024-06-03
1
-3
/
+3
*
Event: Increase robustness of an inner native event in leverageNative
Michał Gołębiowski-Owczarek
2024-05-20
1
-18
/
+39
*
Offset: Increase search depth when finding the 'real' offset parent
Liam James
2024-04-19
1
-3
/
+4
*
Attributes: Make `.attr( name, false )` remove for all non-ARIA attrs
Michał Gołębiowski-Owczarek
2024-03-20
1
-30
/
+8
*
Attributes: Shave off a couple of bytes
Michał Gołębiowski-Owczarek
2024-01-31
1
-10
/
+3
*
Data: Refactor to reduce size
Richard Gibson
2024-01-22
5
-21
/
+13
*
Selector: Make `selector.js` module depend on `attributes/attr.js`
Michał Gołębiowski-Owczarek
2024-01-12
4
-7
/
+10
*
Manipulation: Support $el.html(selfRemovingScript) (#5378)
Richard Gibson
2024-01-08
1
-6
/
+7
*
Selector: Eliminate `selector.js` depenencies from various modules
Michał Gołębiowski-Owczarek
2024-01-04
5
-7
/
+0
*
CSS: Fix reliableTrDimensions support test for initially hidden iframes
Michał Gołębiowski-Owczarek
2023-11-07
1
-0
/
+6
*
CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapper
Michał Gołębiowski-Owczarek
2023-09-20
6
-20
/
+27
*
Core: Simplify code post browser support reduction
Michał Gołębiowski-Owczarek
2023-09-20
3
-2
/
+6
*
Core: Move the factory to separate exports
Michał Gołębiowski-Owczarek
2023-09-19
4
-32
/
+84
*
Build: migrate most grunt tasks off of grunt
Timmy Willison
2023-09-18
1
-102
/
+0
*
Core: Use named exports in `src/`
Michał Gołębiowski-Owczarek
2023-09-12
134
-476
/
+422
*
Build: Add `exports` to package.json, export slim & esm builds
Michał Gołębiowski-Owczarek
2023-07-10
3
-0
/
+66
*
CSS: Make the reliableTrDimensions support test work with Bootstrap CSS
Michał Gołębiowski-Owczarek
2023-07-10
1
-2
/
+2
*
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
2023-06-28
1
-1
/
+1
*
Core: Fix regression in jQuery.text() on HTMLDocument objects
Timo Tijhof
2023-06-12
1
-2
/
+7
*
Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}
Michał Gołębiowski-Owczarek
2023-06-12
2
-5
/
+13
*
Deprecated: Define `.hover()` using non-deprecated methods
Michał Gołębiowski-Owczarek
2023-05-22
1
-1
/
+3
*
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test
Michał Gołębiowski-Owczarek
2023-04-05
1
-2
/
+2
*
CSS: Make `offsetHeight( true )`, etc. include negative margins
Michał Gołębiowski-Owczarek
2023-04-04
1
-3
/
+6
*
Event: Avoid collisions between jQuery.event.special & Object.prototype
Michał Gołębiowski-Owczarek
2023-04-03
1
-2
/
+2
*
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
1
-4
/
+12
*
Event: Simulate focus/blur in IE via focusin/focusout
Michał Gołębiowski-Owczarek
2023-03-27
1
-46
/
+56
*
Ajax: Don't treat array data as binary
Michał Gołębiowski-Owczarek
2023-03-21
1
-0
/
+1
*
Ajax: Allow `processData: true` even for binary data
Michał Gołębiowski-Owczarek
2023-03-20
1
-2
/
+5
*
Deferred: Rename `getStackHook` to `getErrorHook`
Michał Gołębiowski-Owczarek
2023-03-14
2
-6
/
+9
*
Selector: Stop relying on CSS.supports( "selector(...)" )
Michał Gołębiowski-Owczarek
2023-02-14
3
-55
/
+21
*
Selector: Backport jQuery selection context logic to selector-native
Michał Gołębiowski-Owczarek
2023-02-13
20
-335
/
+465
*
Ajax: Support binary data (including FormData)
Michał Gołębiowski-Owczarek
2023-02-01
3
-3
/
+21
*
Deferred: Respect source maps in jQuery.Deferred.exceptionHook
Michał Gołębiowski-Owczarek
2023-02-01
1
-2
/
+2
*
Ajax: Support `headers` for script transport even when cross-domain
Michał Gołębiowski-Owczarek
2023-02-01
1
-10
/
+18
*
Selector: Make selector lists work with `qSA` again
Michał Gołębiowski-Owczarek
2022-12-19
3
-6
/
+13
*
Core:Selector: Move jQuery.contains from the selector to the core module
Michał Gołębiowski-Owczarek
2022-12-12
5
-19
/
+14
*
Selector: Implement the `uniqueSort` chainable method
Michał Gołębiowski-Owczarek
2022-11-28
1
-0
/
+5
*
Tests: Indicate Firefox 106+ passes the `cssSupportsSelector` test
Michał Gołębiowski-Owczarek
2022-11-25
1
-1
/
+1
*
Selector: Re-introduce selector-native.js
Michał Gołębiowski-Owczarek
2022-11-21
1
-0
/
+88
*
Selector:Manipulation: Fix DOM manip within template contents
Michał Gołębiowski-Owczarek
2022-11-14
1
-4
/
+3
*
Ajax: Support `null` as success functions in `jQuery.get`
Michał Gołębiowski-Owczarek
2022-10-17
2
-3
/
+3
*
Selector: Drop support for legacy pseudos, test custom pseudos
Michał Gołębiowski-Owczarek
2022-10-11
1
-21
/
+2
*
Manipulation: Extract domManip to a separate file
Michał Gołębiowski-Owczarek
2022-10-10
2
-104
/
+110
*
CSS: Return `undefined` for whitespace-only CSS variable values (#5120)
Michał Gołębiowski-Owczarek
2022-10-03
1
-4
/
+24
*
CSS: Don’t trim whitespace of undefined custom property
Anders Kaseorg
2022-09-19
1
-1
/
+1
[next]