aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-179-37/+14
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-1710-9/+28
* Offset: return before getBoundingClientRect to avoid error in IE8-11Timmy Willison2015-06-161-2/+9
* Offset: return zeros for disconnected/hidden elementsTimmy Willison2015-06-161-1/+4
* Revert "Offset: allow offset setter to throw for disconnected elements"Timmy Willison2015-06-161-1/+1
* Manipulation: Remove an internal argument to the remove methodMichał Gołębiowski2015-06-141-25/+29
* Event: Remove an internal argument to the on methodMichał Gołębiowski2015-06-141-51/+55
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-0/+10
* Event: remove preDispatch hook & simplify "simulate" signatureOleg Gaidarenko2015-06-051-7/+4
* CSS: Don't name the anonymous swap functionMichał Gołębiowski2015-06-011-1/+1
* Ajax: Remove remnants of the load event alias handlingMichał Gołębiowski2015-06-011-10/+1
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-11/+10
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-291-7/+13
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-291-2/+6
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-2/+2
* Event: provide verbose comment for focus(in | out) & rename support propOleg Gaidarenko2015-05-192-6/+12
* Offset: account for scroll when calculating positionRichard McDaniel2015-05-121-2/+5
* Core: remove custom ready eventTimmy Willison2015-05-121-7/+0
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-29/+43
* Data: remove the expando when there's no more dataTimmy Willison2015-05-122-11/+8
* Data: remove some unused codeTimmy Willison2015-05-121-9/+4
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-4/+2
* CSS: Collapse a double if statement into oneMichał Gołębiowski2015-05-121-3/+0
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-114-209/+151
* Manipulation: privatize internal domManip() functionTimmy Willison2015-05-051-94/+93
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-058-157/+199
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-052-3/+7
* Core: remove isArraylike check for nodesMu Haibao2015-05-051-4/+0
* Offset: allow offset setter to throw for disconnected elementsTimmy Willison2015-05-051-1/+1
* Offset: remove ownerDocument check in offset getterTimmy Willison2015-05-051-4/+5
* Offset: Fix .offset() to correctly work with ShadowDOMArthur Stolyar2015-05-051-14/+12
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-043-5/+5
* Core: allow init to accept an alternate rootjQuery for migrate's sakeTimmy Willison2015-05-041-4/+8
* Data: camelCasing should not ignore caseTimmy Willison2015-05-041-1/+1
* Data: always camelCase keys in .data()Timmy Willison2015-05-042-57/+34
* Data: do not include digits when camelCasingTimmy Willison2015-05-031-1/+1
* Event: remove redundant guards for the event methodsOleg Gaidarenko2015-05-031-3/+3
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-034-10/+11
* Ajax: remove "onunload" event handlerOleg Gaidarenko2015-05-031-18/+3
* Event: add support commentOleg Gaidarenko2015-05-031-0/+6
* Event: remove guard for falsy handler argument of jQuery#on methodOleg Gaidarenko2015-05-031-2/+0
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-301-2/+6
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-301-18/+21
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-291-1/+6
* Core: Align branches: remove an unused variable, add commentsMichał Gołębiowski2015-04-273-2/+5
* Deferred: Always handle progress callbacks before done/failRichard Gibson2015-04-221-29/+32
* Attributes: remove unnecessary element null checkBastian Buchholz2015-04-201-1/+1
* Core: Follow the AMD specification for defineAlexander O'Mara2015-04-131-1/+1
* CSS: Don't expose jQuery.swapMichał Gołębiowski2015-04-132-10/+6
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-301-1/+6