aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-2/+8
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-071-9/+17
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+3
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-18/+26
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-262-4/+7
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+6
* Core: organize prop & attr code to be similarGilad Peleg2015-06-232-54/+56
* CSS: Work around an IE11 fullscreen dimensions bugMartin Naumann2015-06-231-0/+11
* 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