aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Core: deprecate jQuery.isNumericJason Bedard2018-01-152-14/+14
* Ajax: Don't process non-string data property on no-entity-body requestsDave Methvin2018-01-151-2/+2
* Event: Move event aliases to deprecatedDave Methvin2018-01-152-2/+3
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-1521-78/+104
* Attributes: allow array param in add/remove/toggleClassTimmy Willison2018-01-081-8/+19
* Manipulation: use `.children` to select tbody elementsTimmy Willison2018-01-081-1/+1
* Core: deprecate jQuery.proxy (not slated for removal)Timmy Willison2018-01-083-32/+35
* Core: deprecate jQuery.nowTimmy Willison2018-01-085-9/+7
* Core: adjust data tests to ensure proper camelCasingTimmy Willison2018-01-081-1/+3
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-086-31/+42
* CSS: Correctly set support properties with non-default zoomSaptak Sengupta2017-12-051-3/+7
* Manipulation: Reduce size by eliminating single-use variableRichard Gibson2017-11-221-5/+2
* CSS: Detect more WebKit styles erroneously reported as percentagesRichard Gibson2017-09-185-19/+20
* CSS: Avoid unit-conversion interference from CSS upper boundsRichard Gibson2017-08-281-17/+19
* Dimensions: Don't trust non-pixel computed width/heightRichard Gibson2017-08-071-2/+6
* Dimensions: Improve offsetWidth/offsetHeight fallbackRichard Gibson2017-07-311-2/+9
* Ajax: add an ontimeout handler to all requestsErik Lax2017-07-241-2/+3
* Support: Properly check for IE9 absolute scrollbox mishandlingRichard Gibson2017-07-182-23/+23
* Dimensions: Detect and account for content-box dimension mishandlingRichard Gibson2017-07-102-11/+32