aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dimensions: fall back to offsetWidth/Height for inline elemsTimmy Willison2017-03-202-2/+8
* Tests: move readywait to an iframe testSteve Mao2017-03-201-7/+7
* CSS: remove dead code in getWidthOrHeightTimmy Willison2017-03-131-5/+0
* Dimensions: ignore transforms when retrieving width/heightTimmy Willison2017-03-131-30/+16
* CSS: Support custom propertiesConnor Atherton2017-03-072-9/+35
* Core: move jQuery.fn.nodeName to jQuery.nodeName, add testsMichał Gołębiowski2017-03-061-2/+2
* Build: fix tests in AMD modeTimmy Willison2017-03-066-10/+14
* Effects: stabilize rAF logic & align timeout logic with itOleg Gaidarenko2017-03-061-28/+19
* Core: Deprecate jQuery.nodeNamekaran-962017-03-0110-26/+46
* Core: Move holdReady to deprecatedManoj Kumar2017-02-133-18/+7