aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Traversing: $.fn.contents() supports HTMLTemplateElement南漂一卒2017-01-291-1/+12
* Event: Trigger checkbox and radio click events identicallyAlex Padilla2017-01-194-8/+10
* Effects: Resolve issues revealed by recent Callbacks fixRichard Gibson2017-01-161-12/+27
* Manipulation: Restrict the tbody search to child nodesRichard Gibson2017-01-091-1/+2
* Callbacks: Prevent add() from unlocking with-memory listsRichard Gibson2017-01-091-1/+1
* Offset: Eliminate little-used internal functionRichard Gibson2016-12-191-10/+10
* Build: ESLint setup improvementsMichał Gołębiowski2016-12-191-16/+3
* Deferred: Stop inventing jQuery.when() resolution valuesRichard Gibson2016-12-161-6/+8
* Offset: report offset for 0 sized elementsJason Bedard2016-12-121-13/+8
* Build: jQuery Foundation -> JS FoundationTimmy Willison2016-12-051-1/+1
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-308-13/+12
* Core: remove precautionary variable `readyFiring`Steve Mao2016-09-191-10/+4
* Core: Compress stripAndCollapseRichard Gibson2016-09-191-5/+7
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-1512-48/+62
* Core: expose noConflict in AMD modeTimmy Willison2016-08-152-8/+9
* Traversing: Let .not(arraylike) pass non-element nodesDave Methvin2016-08-101-7/+12
* Ajax: Don't mangle the URL when removing the anti-cache paramDave Methvin2016-08-081-3/+3
* Event: Optimize delegated event processingRichard Gibson2016-08-041-17/+24
* Build: .eslintrc -> .eslintrc.jsonOleg Gaidarenko2016-08-022-1/+1
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-1511-67/+133
* Build: Fix the regex removing the ESLint comment from wrapper.jsMichał Gołębiowski2016-07-131-1/+1
* Build: More ESLint related changesOleg Gaidarenko2016-07-092-1/+9
* Core: Re-throw errors that happened in callbacks wrapped in jQuery readyMichał Gołębiowski2016-07-072-1/+23
* Build: ESLint detailsOleg Gaidarenko2016-06-1113-36/+59
* Build: Switch from jscs+jshint to eslintOleg Gaidarenko2016-06-112-30/+15
* Event: Add the most commonly used pointer event propertiesScott González2016-06-091-0/+2
* Deferred: Propagate progress correctly from unwrapped promisesMichał Gołębiowski2016-06-091-1/+1
* Attributes: Avoid infinite recursion on non-lowercase attribute gettersMichał Gołębiowski2016-06-031-5/+7
* Docs: Fix an incorrect comment in the attributes moduleMichał Gołębiowski2016-06-031-1/+1
* Event: Allow constructing a jQuery.Event without a targetDave Methvin2016-06-021-1/+1
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-192-20/+5
* Deferred: Give better stack diagnostics on exceptionsDave Methvin2016-05-111-1/+1
* Event: Add touch event properties, eliminates need for a pluginDave Methvin2016-05-091-0/+3
* Deferred: Make jQuery.when synchronous when possibleRichard Gibson2016-05-091-2/+7
* Event: Cover invalid delegation selector edge casesRichard Gibson2016-05-061-3/+5
* Event: Evaluate delegate selectors at add timeFelipe Sateler2016-05-061-0/+5
* Event: Remove pageX/pageY fill for event objectDave Methvin2016-05-061-34/+2