| Commit message (Expand) | Author | Age | Files | Lines |
* | Manipulation: Make jQuery.htmlPrefilter an identity function | Michał Gołębiowski-Owczarek | 2020-03-16 | 1 | -4/+1 |
* | Data:Event:Manipulation: Prevent collisions with Object.prototype | Michał Gołębiowski-Owczarek | 2020-03-02 | 1 | -5/+3 |
* | Core: Fire iframe script in its context, add doc param in globalEval | Michał Gołębiowski-Owczarek | 2020-02-10 | 1 | -1/+1 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 1 | -31/+23 |
* | Manipulation:Selector: Use the nodeName util where possible to save size | Michał Gołębiowski-Owczarek | 2019-10-08 | 1 | -1/+1 |
* | Core: Use Array.prototype.flat where supported | Ahmed.S.ElAfifi | 2019-09-25 | 1 | -3/+3 |
* | Selector: Inline Sizzle into the selector module | Michał Gołębiowski-Owczarek | 2019-07-29 | 1 | -5/+2 |
* | Build: ESLint: forbid unused function parameters | Michał Gołębiowski-Owczarek | 2019-05-13 | 1 | -4/+2 |
* | Core: Remove IE-specific support tests, rely on document.documentMode | Michał Gołębiowski-Owczarek | 2019-05-13 | 1 | -6/+6 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -34/+12 |
* | Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation | buddh4 | 2019-03-25 | 1 | -1/+3 |
* | Event: Leverage native events for focus/blur/click; propagate additional data | Richard Gibson | 2019-03-20 | 1 | -3/+3 |
* | Core: Support passing nonce through jQuery.globalEval | Michał Gołębiowski-Owczarek | 2019-01-21 | 1 | -1/+1 |
* | Manipulation: Respect script nomodule attribute in DOM manipulation | Michał Gołębiowski-Owczarek | 2019-01-21 | 1 | -1/+1 |
* | Core: Recognize Shadow DOM in attachment checks | Saptak Sengupta | 2018-11-09 | 1 | -1/+1 |
* | Core: Use isAttached to check for attachment of element | Saptak Sengupta | 2018-03-05 | 1 | -3/+4 |
* | Manipulation: Add support for scripts with module type | basil.belokon | 2018-01-16 | 1 | -2/+2 |
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -4/+5 |
* | Manipulation: use `.children` to select tbody elements | Timmy Willison | 2018-01-08 | 1 | -1/+1 |
* | Manipulation: Reduce size by eliminating single-use variable | Richard Gibson | 2017-11-22 | 1 | -5/+2 |
* | Docs:Tests: Update IE/Edge-related support comments & tests | Michał Gołębiowski | 2017-05-15 | 1 | -1/+1 |
* | Revert "Event: Trigger checkbox and radio click events identically" | Timmy Willison | 2017-03-20 | 1 | -3/+3 |
* | Build: fix tests in AMD mode | Timmy Willison | 2017-03-06 | 1 | -1/+1 |
* | Core: Deprecate jQuery.nodeName | karan-96 | 2017-03-01 | 1 | -3/+4 |
* | Event: Trigger checkbox and radio click events identically | Alex Padilla | 2017-01-19 | 1 | -3/+3 |
* | Manipulation: Restrict the tbody search to child nodes | Richard Gibson | 2017-01-09 | 1 | -1/+2 |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -0/+6 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 1 | -4/+4 |
* | Docs: Update support comments related to IE | Michał Gołębiowski | 2016-03-30 | 1 | -1/+1 |
* | Docs: Updated links to https where they are supported. | Jon Dufresne | 2016-01-13 | 1 | -1/+1 |
* | Manipulation: Bring tagname regexes up to spec | Leonardo Braga | 2016-01-07 | 1 | -1/+1 |
* | Core: do not expose second argument of the `jQuery.globalEval` | Oleg Gaidarenko | 2015-12-02 | 1 | -2/+3 |
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 1 | -1/+1 |
* | Data: avoid using delete on DOM nodes | Jason Bedard | 2015-09-08 | 1 | -2/+8 |
* | Manipulation: Switch rnoInnerhtml to a version more performant in IE | Sean Henderson | 2015-09-08 | 1 | -1/+5 |
* | Data: Don't expose jQuery.acceptData | Jason Bedard | 2015-09-08 | 1 | -3/+3 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -24/+27 |
* | Data: remove user data in cleanData | Jason Bedard | 2015-07-28 | 1 | -10/+15 |
* | Manipulation: Remove an internal argument to the remove method | Michał Gołębiowski | 2015-06-14 | 1 | -25/+29 |
* | Manipulation: privatize internal domManip() function | Timmy Willison | 2015-05-05 | 1 | -94/+93 |
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 1 | -151/+13 |
* | Manipulation: Make an HTML interception point | Richard Gibson | 2015-04-30 | 1 | -2/+6 |
* | Manipulation: Detect sneaky no-content replaceWith input | Richard Gibson | 2015-04-30 | 1 | -18/+21 |
* | Data: restore explicit data removal of private data in cleanData. | Rick Waldron | 2015-03-09 | 1 | -1/+1 |
* | Data: move element cache to element[expando] | Rick Waldron | 2015-03-04 | 1 | -20/+11 |
* | Manipulation: don't auto-insert tbody | Oleg Gaidarenko | 2015-02-11 | 1 | -6/+6 |
* | Manipulation: simplify html wrappers | Oleg Gaidarenko | 2015-02-10 | 1 | -2/+13 |
* | Manipulation: add support to tag-hyphenated elements | Leonardo Braga | 2015-01-13 | 1 | -2/+2 |
* | Core: Standardize indexOf comparisons | Richard Gibson | 2015-01-10 | 1 | -1/+1 |