index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
...
*
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
*
Docs: Update Frequently Reported Issues in the GitHub issue template
Michał Gołębiowski-Owczarek
2020-06-08
1
-1
/
+1
*
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
3
-28
/
+0
*
Release: Remove an unused chalk dependency
Michał Gołębiowski-Owczarek
2020-05-18
1
-2
/
+1
*
Build: Update eslint-config-jquery, fix linting violations
Michał Gołębiowski-Owczarek
2020-05-18
11
-11
/
+11
*
Tests: Remove remaining obsolete jQuery.cache references
Michał Gołębiowski-Owczarek
2020-05-18
2
-36
/
+3
*
Docs: Change JS Foundation mentions to OpenJS Foundation
Michał Gołębiowski-Owczarek
2020-05-18
5
-6
/
+6
*
Docs: add SECURITY.md, show security email address
Timmy Willison
2020-05-12
1
-0
/
+12
*
Build: Followups after introducing ES modules compiled via Rollup
Michał Gołębiowski-Owczarek
2020-05-05
6
-17
/
+9
*
CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim build
Michał Gołębiowski-Owczarek
2020-05-05
2
-5
/
+1
*
Build: Correct code indentations based on jQuery Style Guide
Wonseop Kim
2020-05-05
16
-42
/
+60
*
Tests: Workaround failures in recent XSS tests in iOS 8 - 12
Michał Gołębiowski-Owczarek
2020-04-30
1
-7
/
+15
*
Docs: Fix typos
Pierre Grimaud
2020-04-29
2
-3
/
+3
*
Tests: Add tests for recently fixed manipulation XSS issues
Michał Gołębiowski-Owczarek
2020-04-29
1
-0
/
+49
*
Build: Reduce the slim build header comment & jQuery.fn.jquery
Michał Gołębiowski-Owczarek
2020-04-27
1
-21
/
+36
*
Tests: Use only one focusin/out handler per matching window & document
Michał Gołębiowski-Owczarek
2020-04-27
1
-9
/
+54
*
Build: Move ESLint max-len disable-directive to dist/.eslintrc.json
Ed S
2020-04-27
2
-2
/
+3
*
Tests: Fix flakiness in the "jQuery.ajax() - JSONP - Same Domain" test
Michał Gołębiowski-Owczarek
2020-04-27
1
-1
/
+3
*
Docs: Update the link to the jsdom repository
Michał Gołębiowski-Owczarek
2020-04-25
1
-1
/
+1
*
Build: Test on Node.js 14, stop testing on Node.js 8 & 13
Michał Gołębiowski-Owczarek
2020-04-23
1
-2
/
+1
*
Build: Enable reportUnusedDisableDirectives in ESLint
Ed S
2020-04-20
2
-0
/
+4
*
Docs: Use https for hyperlinks in README
Jonathan
2020-04-17
1
-4
/
+4
*
Ajax: Overwrite s.contentType with content-type header value, if any
Christian Wenz
2020-04-06
2
-0
/
+55
*
Manipulation: Make jQuery.htmlPrefilter an identity function
Michał Gołębiowski-Owczarek
2020-03-16
18
-262
/
+255
*
Build: Resolve Travis config warnings
Michał Gołębiowski-Owczarek
2020-03-13
1
-2
/
+2
*
Data:Event:Manipulation: Prevent collisions with Object.prototype
Michał Gołębiowski-Owczarek
2020-03-02
6
-9
/
+69
*
Release: Use an in-repository dist README fixture
Michał Gołębiowski-Owczarek
2020-03-02
3
-63
/
+132
*
Build: Enable ESLint one-var rule for var declarations in browser code
Michał Gołębiowski-Owczarek
2020-03-02
5
-6
/
+10
*
Tests: Pass a number of necessary done() calls to assert.async()
Michał Gołębiowski-Owczarek
2020-03-02
2
-10
/
+10
*
Build: Add Christian Oliff to .mailmap & AUTHORS.txt
Michał Gołębiowski-Owczarek
2020-02-24
2
-0
/
+3
*
Core: Fire iframe script in its context, add doc param in globalEval
Michał Gołębiowski-Owczarek
2020-02-10
8
-10
/
+74
*
Event: remove jQuery.event.global
Michał Gołębiowski-Owczarek
2020-02-10
2
-6
/
+0
*
Docs: Remove a mention of the event/alias.js module from README
Michał Gołębiowski-Owczarek
2020-01-27
1
-1
/
+1
*
Build: Lint the minified jQuery file as well - a Gruntfile fix
Michał Gołębiowski-Owczarek
2020-01-27
1
-1
/
+1
*
Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated
Michał Gołębiowski-Owczarek
2020-01-21
7
-52
/
+50
*
CSS: Remove the opacity CSS hook
Michał Gołębiowski-Owczarek
2020-01-21
1
-12
/
+1
*
Build: Lint the minified jQuery file as well
Michał Gołębiowski-Owczarek
2020-01-21
2
-8
/
+14
*
Build: Add intuitive names to Travis jobs
Michał Gołębiowski-Owczarek
2020-01-20
1
-12
/
+12
*
Core: Exclude callbacks & deferred modules in the slim build as well
Michał Gołębiowski-Owczarek
2020-01-20
1
-1
/
+1
*
Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds
Michał Gołębiowski-Owczarek
2020-01-13
2
-22
/
+70
[prev]
[next]