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
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
*
Build: Make dev mode work in Karma again, serve source files from disk
Michał Gołębiowski-Owczarek
2020-01-08
2
-15
/
+43
*
Build:Tests: Fix custom build tests, verify on Travis
Michał Gołębiowski-Owczarek
2020-01-07
26
-84
/
+174
*
Docs: Update links to EdgeHTML issues to go through Web Archive
Michał Gołębiowski-Owczarek
2020-01-07
1
-3
/
+3
*
Build: Create a `grunt custom:slim` alias for the Slim build (#4578)
Michał Gołębiowski-Owczarek
2020-01-07
3
-2
/
+25
*
Selector: Remove the "a:enabled" workaround for Chrome <=77
Michał Gołębiowski-Owczarek
2019-12-16
2
-14
/
+1
*
Docs: direct users to GitHub docs for cloning the repo
Timmy Willison
2019-12-16
1
-6
/
+2
*
Build: Make Karma work in ES modules mode
Michał Gołębiowski-Owczarek
2019-12-16
10
-131
/
+188
*
Build: Auto-convert sources to AMD
Michał Gołębiowski-Owczarek
2019-12-09
10
-16
/
+91
*
Event: Only attach events to objects that accept data - for real
Michał Gołębiowski-Owczarek
2019-12-09
2
-2
/
+12
*
Docs: Change OS X to macOS in README
Christian Oliff
2019-12-03
1
-1
/
+1
*
Build: Fix the Windows build
Michał Gołębiowski-Owczarek
2019-12-02
3
-18
/
+51
*
Build: Require extensions for ES6 imports, prevent import cycles
Michał Gołębiowski-Owczarek
2019-11-25
2
-0
/
+8
*
Build: Fix the import path to serialize.js from ajax.js
Michał Gołębiowski-Owczarek
2019-11-19
1
-1
/
+1
*
Selector: Make empty attribute selectors work in IE again
Michał Gołębiowski-Owczarek
2019-11-18
7
-9
/
+39
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
124
-1324
/
+801
*
Tests: Skip a "width/height on a table row with phantom borders" test in Firefox
Michał Gołębiowski-Owczarek
2019-10-28
1
-1
/
+8
*
Tests: Don't test synchronous XHR on unload in Chrome
Michał Gołębiowski-Owczarek
2019-10-28
1
-8
/
+13
*
Build: Run tests on Travis only on browsers defined in the config
Michał Gołębiowski-Owczarek
2019-10-22
1
-2
/
+4
*
Build: Run tests on Firefox ESR as well
Michał Gołębiowski-Owczarek
2019-10-22
1
-0
/
+7
*
Build: Run tests on Node.js 13 in addition to 8, 10 & 12
Michał Gołębiowski-Owczarek
2019-10-22
1
-0
/
+1
*
Build: Run tests on Travis on FirefoxHeadless as well
Michał Gołębiowski-Owczarek
2019-10-21
2
-9
/
+9
*
Selector: Use shallow document comparisons in uniqueSort
Michał Gołębiowski-Owczarek
2019-10-21
1
-3
/
+16
*
Docs: Update most URLs to HTTPS
Michał Gołębiowski-Owczarek
2019-10-21
9
-29
/
+29
*
Selector: Add a test for throwing on post-comma invalid selectors
Michał Gołębiowski-Owczarek
2019-10-21
1
-1
/
+2
*
Tests: Stop using jQuery.find in tests
Michał Gołębiowski-Owczarek
2019-10-21
2
-109
/
+109
*
CSS: Workaround buggy getComputedStyle on table rows in IE/Edge
Michał Gołębiowski-Owczarek
2019-10-14
4
-9
/
+84
*
Selector: Make selectors with leading combinators use qSA again
Michał Gołębiowski-Owczarek
2019-10-14
1
-1
/
+4
*
Build: Require strict mode in Node.js scripts via ESLint
Michał Gołębiowski-Owczarek
2019-10-09
11
-14
/
+24
*
Manipulation:Selector: Use the nodeName util where possible to save size
Michał Gołębiowski-Owczarek
2019-10-08
2
-19
/
+18
*
Docs: Convert link to Homebrew from HTTP to HTTPS
Christian Oliff
2019-10-07
1
-1
/
+1
*
Build: Support jquery-release --dry-run flag
Michał Gołębiowski-Owczarek
2019-10-05
1
-1
/
+2
*
Build: Stop copying src/core.js to dist on release
Michał Gołębiowski-Owczarek
2019-10-04
1
-4
/
+7
*
Release: Update AUTHORS.txt
Michał Gołębiowski-Owczarek
2019-09-26
2
-0
/
+4
*
Ajax: Do not execute scripts for unsuccessful HTTP responses
Sean Robinson
2019-09-26
4
-0
/
+145
*
Core: Use Array.prototype.flat where supported
Ahmed.S.ElAfifi
2019-09-25
5
-14
/
+39
*
Selector: Use shallow document comparisons to avoid IE/Edge crashes
Michał Gołębiowski-Owczarek
2019-09-25
1
-13
/
+24
*
Core: Remove private copies of push, sort & splice from the jQuery prototype
Michał Gołębiowski-Owczarek
2019-09-24
4
-13
/
+15
*
Core: Implement .even() & .odd() to replace POS :even & :odd
Michał Gołębiowski-Owczarek
2019-09-24
2
-0
/
+24
*
Deprecated: Fix AMD parameter order
Michał Gołębiowski-Owczarek
2019-08-31
1
-1
/
+1
*
Selector: reduce size, simplify setDocument
Michał Gołębiowski-Owczarek
2019-08-26
3
-130
/
+128
*
Ajax: Simplify jQuery.ajaxSettings.xhr
Michał Gołębiowski-Owczarek
2019-08-26
1
-3
/
+1
*
Build: Remove the external directory, read from node_modules directly
Michał Gołębiowski-Owczarek
2019-08-26
12
-41508
/
+10
*
Core: Deprecate jQuery.trim
Shashanka Nataraj
2019-08-22
5
-31
/
+30
*
Tests: Port changes from Sizzle
Richard Gibson
2019-08-20
1
-3
/
+11
*
Selector: Leverage the :scope pseudo-class where possible
Michał Gołębiowski-Owczarek
2019-08-19
4
-18
/
+107
*
Tests: Fix a comment in testinit.js
Michał Gołębiowski-Owczarek
2019-08-19
1
-1
/
+0
*
Tests: update npo.js and include unminified source instead
Timmy Willison
2019-08-12
2
-2
/
+370
*
Selector: Bring back querySelectorAll shortcut usage
Michał Gołębiowski-Owczarek
2019-08-09
1
-2
/
+1
*
Selector: Inline Sizzle into the selector module
Michał Gołębiowski-Owczarek
2019-07-29
41
-2965
/
+2174
*
Selector: Port Sizzle tests to jQuery
Michał Gołębiowski-Owczarek
2019-06-26
11
-160
/
+1884
[next]