aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Data: do not create data cache when fetching single propertyJason Bedard2015-09-081-4/+2
* Build: put back "lint" command to the "dev" listOleg Gaidarenko2015-09-081-0/+1
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-084-18/+13
* Serialize: Fix object detectionMichał Gołębiowski2015-09-071-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-603/+786
* Event: Only check elements for delegation matchesRichard Gibson2015-08-101-1/+2
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-031-1/+1
* Build: Add a comment explaining why the es3 option is neededMichał Gołębiowski2015-08-031-0/+3
* Data: remove user data in cleanDataJason Bedard2015-07-281-10/+15
* 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-2/+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
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-201-0/+3
* Selector: Define jQuery.uniqueSort in selector-native tooMarek Lewandowski2015-07-141-22/+24
* 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