aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Offset: fix error from bad merge in #3695Jason Bedard2017-07-101-2/+2
* Revert "Offset: Resolve strict mode ClientRect "no setter" exception"Jason Bedard2017-07-101-4/+2
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-106-17/+25
* Event: `stopPropagation()` on native event-handlerPierre Spring2017-07-101-4/+17
* Deferred: fix memory leak of promise callbacksJason Bedard2017-06-201-1/+8
* Dimensions: Include scroll gutter in "padding" boxRichard Gibson2017-06-191-46/+68
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-154-5/+6
* CSS: Drop the float mapping from cssPropsMichał Gołębiowski2017-05-061-3/+1
* Core: Update isFunction to handle unusual-@@toStringTag inputRichard Gibson2017-04-241-2/+7
* Offset: Use correct offset parents; include all border/scroll valuesRichard Gibson2017-04-241-26/+31
* Docs: Update links to HTML spec for stripAndCollapse (#3594)Boom Lee2017-03-292-2/+2
* CSS: retrieve inline style before computedTimmy Willison2017-03-201-2/+7
* Revert "Event: Trigger checkbox and radio click events identically"Timmy Willison2017-03-204-11/+7