aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-122-18/+22
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-121-0/+7
* Manipulation: Don't provide the parser with sloppy table markupAnthony Ryan2015-09-141-13/+5
* Event: Use form prop so that a propHook can be usedAdrian Olek2015-09-141-1/+6
* Manipulation: Switch rnoInnerhtml to a version more performant in IESean Henderson2015-09-081-1/+5
* Traversing: Don't expose jQuery.dir & jQuery.siblingMichał Gołębiowski2015-09-083-38/+46
* Effects: Finish should call progressThomas Tortorini2015-09-081-0/+1
* Core: Remove unnecessary parameter to jQuery#constructorYongwoo Jeon2015-09-081-1/+1
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-084-16/+14
* Serialize: Fix object detectionMichał Gołębiowski2015-09-081-1/+1
* Serialize: Handle arrays with null valuesDaniel Nill2015-09-071-1/+1
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-071-10/+5
* Ajax: do not quote "throws" option - use dot notation insteadOleg Gaidarenko2015-09-071-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0790-635/+860
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-1626-62/+100
* 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