| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds | Michał Gołębiowski-Owczarek | 2020-01-13 | 1 | -22/+19 |
* | Attributes: Don't set the type attr hook at all outside of IE | Michał Gołębiowski-Owczarek | 2020-01-13 | 1 | -17/+18 |
* | Build:Tests: Fix custom build tests, verify on Travis | Michał Gołębiowski-Owczarek | 2020-01-07 | 3 | -2/+3 |
* | Selector: Remove the "a:enabled" workaround for Chrome <=77 | Michał Gołębiowski-Owczarek | 2019-12-16 | 1 | -9/+0 |
* | Event: Only attach events to objects that accept data - for real | Michał Gołębiowski-Owczarek | 2019-12-09 | 1 | -2/+3 |
* | 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 |