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
...
*
Docs: Update the URL to the latest jQuery build in CONTRIBUTING.md
Michał Gołębiowski-Owczarek
2021-11-18
1
-1
/
+1
*
Attributes: Don't stringify attributes in the setter
Michał Gołębiowski-Owczarek
2021-11-01
6
-1
/
+97
*
Tests: Make Karma browser timeout larger than the QUnit one
Michał Gołębiowski-Owczarek
2021-10-30
1
-0
/
+4
*
Build: Update ESLint & eslint-plugin-import, fixing the build
Michał Gołębiowski-Owczarek
2021-10-29
2
-15
/
+34
*
Docs: Remove the CLA checkbox in the pull request template
Michał Gołębiowski-Owczarek
2021-10-18
1
-1
/
+0
*
Core:Manipulation: Add basic TrustedHTML support
Michał Gołębiowski-Owczarek
2021-09-30
12
-46
/
+170
*
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
8
-13
/
+43
*
Docs: update irc to Libera and fix LAMP dead link
fecore1
2021-09-05
1
-2
/
+2
*
Manipulation: Don't remove HTML comments from scripts
Michał Gołębiowski-Owczarek
2021-07-19
3
-12
/
+22
*
Build: Test on Node.js 16 instead of 15
Michał Gołębiowski-Owczarek
2021-07-12
1
-2
/
+2
*
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
2
-4
/
+20
*
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
*
Build: Take core-js-bundle from the external directory as well
Michał Gołębiowski-Owczarek
2021-04-13
2
-1
/
+4
*
Build: Restore the external directory
Michał Gołębiowski-Owczarek
2021-03-24
7
-11
/
+34
*
Release: remove the need to install grunt globally
Timmy Willison
2021-03-01
1
-3
/
+3
*
Release: upgrade release dependencies
Timmy Willison
2021-03-01
1
-4
/
+3
*
Support: ensure display is set to block for the support div
Timmy Willison
2021-02-17
1
-0
/
+9
*
Build: Rename master to main across the repository
Michał Gołębiowski-Owczarek
2021-02-05
5
-13
/
+13
*
Ajax: Don't auto-execute scripts unless dataType provided
Michał Gołębiowski-Owczarek
2021-01-26
2
-59
/
+25
*
Deferred: Rename master to primary
Michał Gołębiowski-Owczarek
2021-01-12
1
-8
/
+8
*
Tests: Fix tests for not auto-executing scripts without dataType
Michał Gołębiowski-Owczarek
2021-01-11
2
-2
/
+2
*
Dimensions: Add offset prop fallback to FF for unreliable TR dimensions
Timmy Willison
2021-01-11
4
-26
/
+84
*
Core: Report browser errors in parseXML
Michał Gołębiowski-Owczarek
2020-12-08
2
-8
/
+36
*
Core: Make jQuery.isXMLDoc accept falsy input
Michał Gołębiowski-Owczarek
2020-12-07
2
-2
/
+12
*
Event: Make focus re-triggering not focus the original element back
Michał Gołębiowski-Owczarek
2020-12-07
2
-0
/
+40
*
Build: Test on Node.js 15
Michał Gołębiowski-Owczarek
2020-11-11
1
-6
/
+7
*
Event: Don't crash if an element is removed on blur
Michał Gołębiowski-Owczarek
2020-10-19
2
-1
/
+34
*
Build: Explicitly exclude the queue module from the slim build
Michał Gołębiowski-Owczarek
2020-09-28
1
-1
/
+1
*
Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)
Michał Gołębiowski-Owczarek
2020-09-22
24
-244
/
+105
*
Manipulation: Respect script crossorigin attribute in DOM manipulation
高灰
2020-09-22
5
-3
/
+63
*
Tests: Recognize callbacks with dots in the Node.js mock server
Michał Gołębiowski-Owczarek
2020-09-02
1
-1
/
+1
*
Tests: Skip the "jQuery.ajax() on unload" test in Safari
Michał Gołębiowski-Owczarek
2020-09-02
1
-1
/
+4
*
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
2
-62
/
+15
*
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
2
-2
/
+17
*
Ajax: Avoid CSP errors in the script transport for async requests
Michał Gołębiowski-Owczarek
2020-08-25
7
-9
/
+81
*
Tests: Remove an unused local variable
Wonhyoung Park
2020-08-13
1
-2
/
+1
*
Build: Append .eslintignore paths to grunt eslint paths
Ed Sanders
2020-07-27
1
-5
/
+15
*
Ajax: Drop the json to jsonp auto-promotion logic
Michał Gołębiowski-Owczarek
2020-07-27
4
-52
/
+170
*
Build: Use the US spelling of "favor"
Necmettin Karakaya
2020-07-22
3
-3
/
+3
*
Build: Fix commitplease husky config
Beatriz Rezener
2020-07-20
1
-1
/
+1
*
Build: Update dependencies
Michał Gołębiowski-Owczarek
2020-07-15
1
-24
/
+24
*
build: set up periodic code scanning analysis
Timmy Willison
2020-06-25
1
-0
/
+51
*
Manipulation: Avoid concatenating strings in buildFragment
Michał Gołębiowski-Owczarek
2020-06-10
3
-13
/
+23
[prev]
[next]