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
...
*
Build: Require extensions for ES6 imports, prevent import cycles
Michał Gołębiowski-Owczarek
2019-11-25
1
-0
/
+7
*
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
3
-4
/
+18
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
112
-1088
/
+563
*
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
1
-7
/
+7
*
CSS: Workaround buggy getComputedStyle on table rows in IE/Edge
Michał Gołębiowski-Owczarek
2019-10-14
2
-9
/
+58
*
Selector: Make selectors with leading combinators use qSA again
Michał Gołębiowski-Owczarek
2019-10-14
1
-1
/
+4
*
Manipulation:Selector: Use the nodeName util where possible to save size
Michał Gołębiowski-Owczarek
2019-10-08
2
-19
/
+18
*
Ajax: Do not execute scripts for unsuccessful HTTP responses
Sean Robinson
2019-09-26
1
-0
/
+5
*
Core: Use Array.prototype.flat where supported
Ahmed.S.ElAfifi
2019-09-25
4
-13
/
+21
*
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
1
-0
/
+12
*
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
2
-128
/
+112
*
Ajax: Simplify jQuery.ajaxSettings.xhr
Michał Gołębiowski-Owczarek
2019-08-26
1
-3
/
+1
*
Core: Deprecate jQuery.trim
Shashanka Nataraj
2019-08-22
2
-7
/
+7
*
Selector: Leverage the :scope pseudo-class where possible
Michał Gołębiowski-Owczarek
2019-08-19
2
-11
/
+35
*
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
16
-310
/
+1898
*
Selector: Port Sizzle tests to jQuery
Michał Gołębiowski-Owczarek
2019-06-26
1
-5
/
+9
*
Build: ESLint: forbid unused function parameters
Michał Gołębiowski-Owczarek
2019-05-13
16
-34
/
+23
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
9
-144
/
+41
*
Traversing: Fix `contents()` on `<object>`s with children in IE
Michał Gołębiowski-Owczarek
2019-05-08
1
-2
/
+9
*
Traversing: Fix `contents()` on `<object>`s with children
Pat O'Callaghan
2019-05-06
1
-1
/
+1
*
Effect: Fix a unnecessary conditional statement in .stop()
Wonseop Kim
2019-05-01
1
-1
/
+1
*
Build: Fix AMD dependencies in curCSS
Michał Gołębiowski-Owczarek
2019-04-30
2
-8
/
+1
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
51
-657
/
+275
*
Core: Remove deprecated jQuery APIs
Michał Gołębiowski-Owczarek
2019-04-29
3
-33
/
+4
*
Event: Stop shimming focusin & focusout events
Michał Gołębiowski-Owczarek
2019-04-29
3
-67
/
+0
*
Data: Separate data & css/effects camelCase implementations
Michał Gołębiowski-Owczarek
2019-04-29
5
-17
/
+34
*
Event: Prevent leverageNative from registering duplicate dummy handlers
Richard Gibson
2019-04-29
1
-5
/
+5
*
Event: Fix handling of multiple async focus events
Richard Gibson
2019-04-29
1
-12
/
+18
*
Build: Fix unresolved jQuery reference in finalPropName
Michał Gołębiowski-Owczarek
2019-04-17
2
-4
/
+12
*
CSS: Don't automatically add "px" to properties with a few exceptions
Michał Gołębiowski-Owczarek
2019-04-08
4
-35
/
+53
*
Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation
buddh4
2019-03-25
2
-3
/
+5
*
Event: Prevent leverageNative from double-firing focusin
Richard Gibson
2019-03-25
1
-88
/
+84
*
Core: Prevent Object.prototype pollution for $.extend( true, ... )
Michał Gołębiowski-Owczarek
2019-03-25
1
-1
/
+2
*
Event: Leverage native events for focus/blur/click; propagate additional data
Richard Gibson
2019-03-20
4
-24
/
+161
*
CSS: Avoid forcing a reflow in width/height getters unless necessary
Michał Gołębiowski-Owczarek
2019-03-18
1
-3
/
+12
*
Build: Remove obsolete globals from ESLint configuration
Michał Gołębiowski-Owczarek
2019-02-19
1
-1
/
+5
*
Core: Support passing nonce through jQuery.globalEval
Michał Gołębiowski-Owczarek
2019-01-21
3
-15
/
+18
*
Manipulation: Respect script nomodule attribute in DOM manipulation
Michał Gołębiowski-Owczarek
2019-01-21
1
-1
/
+1
*
Core: Preserve CSP nonce on scripts in DOM manipulation
Michał Gołębiowski-Owczarek
2019-01-14
1
-0
/
+10
*
Manipulation: Restore _evalUrl jQuery.ajax calls to dataType: script
Richard Gibson
2018-12-13
1
-4
/
+8
*
Manipulation: Only evaluate HTTP-successful script src
Richard Gibson
2018-12-12
1
-2
/
+7
*
Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246)
Marja Hölttä
2018-12-12
1
-6
/
+8
*
Dimensions: fall back to offsetWidth/Height for border-box in IE
Timmy Willison
2018-11-27
1
-15
/
+18
*
Ajax: Fix getResponseHeader(key) for IE11
Andrei Fangli
2018-11-26
1
-3
/
+5
[prev]
[next]