aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Core:CSS: Attach test nodes to documentElement, not bodyMichał Gołębiowski2015-08-163-26/+6
* Event: Reduce differences from masterRichard Gibson2015-08-101-7/+6
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-041-1/+1
* Build: Add a comment explaining why the es3 option is neededMichał Gołębiowski2015-08-031-0/+3
* Event: Update support comments for mouseenter/mouseleave implementationMichał Gołębiowski2015-07-271-7/+4
* Core: Adjust comments & tests after dropping Safari 6 supportMichał Gołębiowski2015-07-272-1/+2
* Core: .each/.map should accept an undefined/null valueThomas Tortorini2015-07-271-11/+9
* Core: Add a support comment for Safari 8Michał Gołębiowski2015-07-201-0/+5
* 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-072-11/+35
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+3
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* Tests: Fix merge conflictCorey Frang2015-06-261-3/+0
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-18/+29
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-3/+5
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+5
* Attributes: fix IE8 issuesGilad Peleg2015-06-252-24/+105
* Core: organize prop & attr code to be similarGilad Peleg2015-06-232-154/+81
* CSS: Work around an IE11 fullscreen dimensions bugMartin Naumann2015-06-231-0/+11
* Core: Change support.ownLast to support.ownFirstMichał Gołębiowski2015-06-232-2/+2
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-161-7/+13
* Offset: getBounding doesn't return width/height in IE8. Fixes test.Timmy Willison2015-06-161-14/+7
* Offset: no need to check for ownerDocumentTimmy Willison2015-06-161-4/+4
* Offset: revert to jQuery.contains for IE8's sake (compat only)Timmy Willison2015-06-161-7/+10
* 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-26/+30
* 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
* Build: Update grunt-contrib-jshintMichał Gołębiowski2015-06-131-0/+1
* Event: correct an unfinished commentOleg Gaidarenko2015-06-051-1/+1
* Event: remove preDispatch hook & simplify "simulate" signatureOleg Gaidarenko2015-06-051-11/+9
* 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-9/+7
* Event: improve originalEvent hackOleg Gaidarenko2015-05-291-6/+12
* Ajax: Fix the XHR fallback logic for IE8Michał Gołębiowski2015-05-191-5/+2
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-2/+2
* Event: provide verbose info for focus(in | out) & rename support propsOleg Gaidarenko2015-05-192-13/+20
* Ajax: Rename Spartan to Edge in a commentMichał Gołębiowski2015-05-181-2/+2
* Ajax: Use the native XHR for all non-local requests in IE9+Michał Gołębiowski2015-05-181-9/+23
* 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-33/+47
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-6/+4
* Core: Align code in intro.js with masterMichał Gołębiowski2015-05-121-8/+8
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-114-202/+150
* Build: append "+compat" to tag version and jQuery.fn.jqueryTimmy Willison2015-05-071-1/+1
* Manipulation: privatize internal domManip() functionTimmy Willison2015-05-051-101/+100