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
*
Effects: Remove jQuery.fx.interval
Michał Gołębiowski-Owczarek
2022-03-01
1
-2
/
+1
*
CSS: Skip falsy values in `addClass( array )`, compress code
Michał Gołębiowski-Owczarek
2022-01-24
1
-40
/
+44
*
Core: Don't rely on splice being present on input
Bruno PIERRE
2022-01-24
2
-1
/
+5
*
Docs: Remove links to Web Archive from source
Michał Gołębiowski-Owczarek
2022-01-04
2
-2
/
+0
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
20
-38
/
+41
*
CSS: Justify use of rtrim on CSS property values
Richard Gibson
2022-01-03
1
-0
/
+6
*
Attributes: Don't stringify attributes in the setter
Michał Gołębiowski-Owczarek
2021-11-01
1
-1
/
+1
*
Core:Manipulation: Add basic TrustedHTML support
Michał Gołębiowski-Owczarek
2021-09-30
6
-42
/
+60
*
CSS: Trim whitespace surrounding CSS Custom Properties values
fecore1
2021-09-23
7
-5
/
+20
*
Manipulation: Don't remove HTML comments from scripts
Michał Gołębiowski-Owczarek
2021-07-19
1
-4
/
+2
*
Event: Don't break focus triggering after `.on(focus).off(focus)`
Michał Gołębiowski-Owczarek
2021-05-10
1
-4
/
+4
*
Support: ensure display is set to block for the support div
Timmy Willison
2021-02-17
1
-0
/
+9
*
Ajax: Don't auto-execute scripts unless dataType provided
Michał Gołębiowski-Owczarek
2021-01-26
1
-11
/
+2
*
Deferred: Rename master to primary
Michał Gołębiowski-Owczarek
2021-01-12
1
-8
/
+8
*
Dimensions: Add offset prop fallback to FF for unreliable TR dimensions
Timmy Willison
2021-01-11
2
-14
/
+68
*
Core: Report browser errors in parseXML
Michał Gołębiowski-Owczarek
2020-12-08
1
-6
/
+11
*
Core: Make jQuery.isXMLDoc accept falsy input
Michał Gołębiowski-Owczarek
2020-12-07
1
-2
/
+2
*
Event: Make focus re-triggering not focus the original element back
Michał Gołębiowski-Owczarek
2020-12-07
1
-0
/
+6
*
Event: Don't crash if an element is removed on blur
Michał Gołębiowski-Owczarek
2020-10-19
1
-1
/
+7
*
Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)
Michał Gołębiowski-Owczarek
2020-09-22
15
-147
/
+70
*
Manipulation: Respect script crossorigin attribute in DOM manipulation
高灰
2020-09-22
2
-1
/
+3
*
Build: Make the import/no-unused-modules ESLint rule work in WebStorm
Michał Gołębiowski-Owczarek
2020-09-02
1
-1
/
+10
*
Attributes: Drop the `toggleClass(boolean|undefined)` signature
Michał Gołębiowski-Owczarek
2020-09-01
1
-42
/
+14
*
Ajax: Make responseJSON work for erroneous same-domain JSONP requests
Michał Gołębiowski-Owczarek
2020-09-01
1
-5
/
+18
*
Event: Remove the event.which shim
Michał Gołębiowski-Owczarek
2020-08-26
1
-32
/
+2
*
Ajax: Execute JSONP error script responses
Dallas Fraser
2020-08-25
1
-2
/
+4
*
Ajax: Avoid CSP errors in the script transport for async requests
Michał Gołębiowski-Owczarek
2020-08-25
1
-3
/
+7
*
Ajax: Drop the json to jsonp auto-promotion logic
Michał Gołębiowski-Owczarek
2020-07-27
1
-52
/
+48
*
Manipulation: Avoid concatenating strings in buildFragment
Michał Gołębiowski-Owczarek
2020-06-10
2
-13
/
+12
*
Build:Event: Make sure all source modules' exports are used (#4648)
Michał Gołębiowski-Owczarek
2020-06-02
7
-9
/
+5
*
Deprecated: Remove jQuery.trim
Michał Gołębiowski-Owczarek
2020-05-18
2
-6
/
+0
*
Build: Update eslint-config-jquery, fix linting violations
Michał Gołębiowski-Owczarek
2020-05-18
9
-9
/
+9
*
Docs: Change JS Foundation mentions to OpenJS Foundation
Michał Gołębiowski-Owczarek
2020-05-18
1
-1
/
+1
*
Build: Followups after introducing ES modules compiled via Rollup
Michał Gołębiowski-Owczarek
2020-05-05
2
-2
/
+2
*
CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim build
Michał Gołębiowski-Owczarek
2020-05-05
1
-0
/
+1
*
Build: Correct code indentations based on jQuery Style Guide
Wonseop Kim
2020-05-05
16
-42
/
+60
*
Build: Move ESLint max-len disable-directive to dist/.eslintrc.json
Ed S
2020-04-27
1
-2
/
+0
*
Ajax: Overwrite s.contentType with content-type header value, if any
Christian Wenz
2020-04-06
1
-0
/
+9
*
Manipulation: Make jQuery.htmlPrefilter an identity function
Michał Gołębiowski-Owczarek
2020-03-16
1
-4
/
+1
*
Data:Event:Manipulation: Prevent collisions with Object.prototype
Michał Gołębiowski-Owczarek
2020-03-02
4
-9
/
+11
*
Build: Enable ESLint one-var rule for var declarations in browser code
Michał Gołębiowski-Owczarek
2020-03-02
2
-5
/
+6
*
Core: Fire iframe script in its context, add doc param in globalEval
Michał Gołębiowski-Owczarek
2020-02-10
3
-6
/
+7
*
Event: remove jQuery.event.global
Michał Gołębiowski-Owczarek
2020-02-10
1
-5
/
+0
*
Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated
Michał Gołębiowski-Owczarek
2020-01-21
5
-47
/
+45
*
CSS: Remove the opacity CSS hook
Michał Gołębiowski-Owczarek
2020-01-21
1
-12
/
+1
*
Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds
Michał Gołębiowski-Owczarek
2020-01-13
1
-22
/
+19
*
Attributes: Don't set the type attr hook at all outside of IE
Michał Gołębiowski-Owczarek
2020-01-13
1
-17
/
+18
*
Build:Tests: Fix custom build tests, verify on Travis
Michał Gołębiowski-Owczarek
2020-01-07
3
-2
/
+3
*
Selector: Remove the "a:enabled" workaround for Chrome <=77
Michał Gołębiowski-Owczarek
2019-12-16
1
-9
/
+0
*
Event: Only attach events to objects that accept data - for real
Michał Gołębiowski-Owczarek
2019-12-09
1
-2
/
+3
[next]