aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Event: Only attach events to objects that accept data - for realMichał Gołębiowski-Owczarek2019-12-091-3/+4
* Offset: Send px-ed strings to .css()Dave Methvin2019-10-211-0/+6
* CSS: Workaround buggy getComputedStyle on table rows in IE/EdgeMichał Gołębiowski-Owczarek2019-10-142-10/+49
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-09-2614-23/+21
* Effect: Fix a unnecessary conditional statement in .stop()Wonseop Kim2019-09-261-1/+1
* Core: Deprecate jQuery.trimShashanka Nataraj2019-09-262-12/+10
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-254-14/+22
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-241-0/+12
* Selector: Make selector-native's isXMLDoc recognize HTML-embedded SVGMichał Gołębiowski-Owczarek2019-07-291-5/+9
* Traversing: Fix `contents()` on `<object>`s with children in IEMichał Gołębiowski-Owczarek2019-05-081-2/+9
* Traversing: Fix `contents()` on `<object>`s with childrenPat O'Callaghan2019-05-061-1/+1
* Core: Make isAttached work with iOS 10.0-10.2Michał Gołębiowski-Owczarek2019-04-291-1/+5
* Event: Prevent leverageNative from registering duplicate dummy handlersRichard Gibson2019-04-291-5/+5
* Event: Fix handling of multiple async focus eventsRichard Gibson2019-04-291-12/+18
* Build: Fix unresolved jQuery reference in finalPropNameMichał Gołębiowski-Owczarek2019-04-172-4/+12
* Core: Preserve CSP nonce on scripts with src attribute in DOM manipulationbuddh42019-03-252-3/+5
* Event: Prevent leverageNative from double-firing focusinRichard Gibson2019-03-251-88/+84
* Core: Prevent Object.prototype pollution for $.extend( true, ... )Michał Gołębiowski-Owczarek2019-03-251-1/+2
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-204-24/+161
* CSS: Avoid forcing a reflow in width/height getters unless necessaryMichał Gołębiowski-Owczarek2019-03-181-3/+12
* Build: Remove obsolete globals from ESLint configurationMichał Gołębiowski-Owczarek2019-02-191-1/+5
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-213-15/+18
* Manipulation: Respect script nomodule attribute in DOM manipulationMichał Gołębiowski-Owczarek2019-01-211-1/+1
* Core: Preserve CSP nonce on scripts in DOM manipulationMichał Gołębiowski-Owczarek2019-01-141-0/+10
* Manipulation: Restore _evalUrl jQuery.ajax calls to dataType: scriptRichard Gibson2018-12-131-4/+8
* Manipulation: Only evaluate HTTP-successful script srcRichard Gibson2018-12-121-2/+7
* Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246)Marja Hölttä2018-12-121-6/+8
* Dimensions: fall back to offsetWidth/Height for border-box in IETimmy Willison2018-11-271-15/+18
* Ajax: Fix getResponseHeader(key) for IE11Andrei Fangli2018-11-261-3/+5
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-096-15/+26
* CSS: Don't read styles.position in the width/height cssHook unless necessaryMichał Gołębiowski-Owczarek2018-10-082-4/+8
* CSS: Don't auto-append "px" to possibly-unitless CSS grid propertiesBert Zhang2018-08-291-0/+7
* Manipulation: Properly detect HTML elements with single-character namesRichard Gibson2018-07-132-2/+6
* Dimensions: fix computing outerWidth on SVGsJason Bedard2018-06-201-1/+4
* Serialize: jQuery.param: return empty string when given null/undefinedTimmy Willison2018-06-201-0/+4
* Build: Remove unnecessary ESLint exceptionEd S2018-06-181-3/+0
* CSS: Don't auto-append "px" to CSS variables (#4064)Michał Gołębiowski-Owczarek2018-06-041-1/+3
* squash! Set attributes all at once, src lastDave Methvin2018-05-141-8/+5
* Ajax: Allow custom attributes when script transport is usedDave Methvin2018-05-141-3/+3
* Traversing: $.fn.contents() support for objectLuis Emilio Velasco Sanchez2018-05-141-12/+12
* CSS: Correctly detect scrollbox support with non-default zoomRichard Gibson2018-05-072-8/+12
* CSS: Skip the px-appending logic for animations of non-element propsMichał Gołębiowski-Owczarek2018-04-301-1/+2
* Event: Add "code" property to Event objecttmybr112018-04-171-0/+1
* Dimensions: avoid fetching boxSizing when setting width/heightJason Bedard2018-03-251-2/+7
* CSS: Avoid filling jQuery.cssPropsDave Methvin2018-03-193-39/+48
* Core: Use isAttached to check for attachment of elementSaptak Sengupta2018-03-055-14/+27
* Filter: Use direct filter in winnowSaptak Sengupta2018-01-171-12/+2
* Tests: fix tests in AMD modeTimmy Willison2018-01-162-7/+7
* Manipulation: Add support for scripts with module typebasil.belokon2018-01-163-5/+19
* Core: deprecate jQuery.typeJason Bedard2018-01-167-23/+39