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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: Make Karma work in ES modules mode
Michał Gołębiowski-Owczarek
2019-12-16
7
-103
/
+132
*
Build: Auto-convert sources to AMD
Michał Gołębiowski-Owczarek
2019-12-09
3
-9
/
+30
*
Event: Only attach events to objects that accept data - for real
Michał Gołębiowski-Owczarek
2019-12-09
1
-0
/
+9
*
Selector: Make empty attribute selectors work in IE again
Michał Gołębiowski-Owczarek
2019-11-18
4
-5
/
+21
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
4
-19
/
+34
*
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
*
Docs: Update most URLs to HTTPS
Michał Gołębiowski-Owczarek
2019-10-21
8
-22
/
+22
*
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
2
-0
/
+26
*
Ajax: Do not execute scripts for unsuccessful HTTP responses
Sean Robinson
2019-09-26
3
-0
/
+140
*
Core: Use Array.prototype.flat where supported
Ahmed.S.ElAfifi
2019-09-25
1
-1
/
+18
*
Core: Implement .even() & .odd() to replace POS :even & :odd
Michał Gołębiowski-Owczarek
2019-09-24
1
-0
/
+12
*
Selector: reduce size, simplify setDocument
Michał Gołębiowski-Owczarek
2019-08-26
1
-2
/
+16
*
Build: Remove the external directory, read from node_modules directly
Michał Gołębiowski-Owczarek
2019-08-26
2
-6
/
+6
*
Core: Deprecate jQuery.trim
Shashanka Nataraj
2019-08-22
3
-24
/
+23
*
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
2
-7
/
+72
*
Tests: Fix a comment in testinit.js
Michał Gołębiowski-Owczarek
2019-08-19
1
-1
/
+0
*
Selector: Inline Sizzle into the selector module
Michał Gołębiowski-Owczarek
2019-07-29
11
-154
/
+167
*
Selector: Port Sizzle tests to jQuery
Michał Gołębiowski-Owczarek
2019-06-26
10
-155
/
+1875
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
18
-321
/
+252
*
Traversing: Fix `contents()` on `<object>`s with children
Pat O'Callaghan
2019-05-06
1
-0
/
+13
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
14
-734
/
+232
*
Tests: Restrict an event test fallback to TestSwarm
Richard Gibson
2019-04-29
1
-1
/
+1
*
Core: Remove deprecated jQuery APIs
Michał Gołębiowski-Owczarek
2019-04-29
3
-464
/
+10
*
Tests: Fix the new focusin/focusout test in IE
Michał Gołębiowski-Owczarek
2019-04-29
1
-44
/
+59
*
Event: Stop shimming focusin & focusout events
Michał Gołębiowski-Owczarek
2019-04-29
2
-24
/
+34
*
Data: Separate data & css/effects camelCase implementations
Michał Gołębiowski-Owczarek
2019-04-29
2
-1
/
+34
*
Event: Fix handling of multiple async focus events
Richard Gibson
2019-04-29
1
-0
/
+43
*
CSS: Don't automatically add "px" to properties with a few exceptions
Michał Gołębiowski-Owczarek
2019-04-08
1
-2
/
+80
*
Tests: Fix the core-js polyfill inclusion method
Michał Gołębiowski-Owczarek
2019-04-04
1
-1
/
+1
*
Build: Update Sinon from 2.3.7 to 7.3.1, other updates
Michał Gołębiowski-Owczarek
2019-04-04
4
-11
/
+11
*
Tests: Make Android Browser 4.0-4.3 dimensions tests green
Michał Gołębiowski-Owczarek
2019-03-27
1
-2
/
+16
*
Tests: Make Android Browser 4.0-4.3 AJAX tests green
Michał Gołębiowski-Owczarek
2019-03-27
1
-1
/
+9
*
Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation
buddh4
2019-03-25
3
-0
/
+41
*
Event: Prevent leverageNative from double-firing focusin
Richard Gibson
2019-03-25
1
-5
/
+1
*
Core: Prevent Object.prototype pollution for $.extend( true, ... )
Michał Gołębiowski-Owczarek
2019-03-25
1
-0
/
+7
*
Event: Leverage native events for focus/blur/click; propagate additional data
Richard Gibson
2019-03-20
1
-30
/
+133
*
CSS: Avoid forcing a reflow in width/height getters unless necessary
Michał Gołębiowski-Owczarek
2019-03-18
1
-8
/
+8
*
Build: Run the basic test suite in jsdom
Michał Gołębiowski-Owczarek
2019-03-11
3
-2
/
+47
*
Build: Remove manual QUnit fixture resetting
Michał Gołębiowski-Owczarek
2019-03-11
1
-2
/
+0
*
Build: Update QUnit from 1.23.1 to 2.9.2
Michał Gołębiowski-Owczarek
2019-03-04
8
-15
/
+17
*
Build: Update jsdom; migrate a test with Symbol polyfill to an iframe test
Michał Gołębiowski-Owczarek
2019-03-04
13
-113
/
+143
*
Build: Remove obsolete globals from ESLint configuration
Michał Gołębiowski-Owczarek
2019-02-19
1
-7
/
+0
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
33
-200
/
+276
*
Core: Support passing nonce through jQuery.globalEval
Michał Gołębiowski-Owczarek
2019-01-21
5
-2
/
+46
*
Manipulation: Respect script nomodule attribute in DOM manipulation
Michał Gołębiowski-Owczarek
2019-01-21
3
-1
/
+33
*
Tests: Skip nonce tests in old iOS/Android as well
Michał Gołębiowski-Owczarek
2019-01-14
1
-2
/
+5
[next]