aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-206-7/+13
* Selector: Define jQuery.uniqueSort in selector-native tooMarek Lewandowski2015-07-141-22/+24
* Release: properly set the dist remote when it's a real releaseTimmy Willison2015-07-131-1/+1
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-132-13/+29
* Build: add mailmap entryTimmy Willison2015-07-112-2/+2
* Build: update AUTHORS.txtTimmy Willison2015-07-081-0/+15
* Tests: Remove a trailing comma for compatibility with the compat branchMichał Gołębiowski2015-07-081-1/+1
* CSS: Add an integration test for issue gh-1764Michał Gołębiowski2015-07-084-0/+172
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-073-25/+86
* Deferred: add .catch handlerTimmy Willison2015-07-062-0/+39
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* Tests: Lower the checks rounding errorCorey Frang2015-06-261-1/+1
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-264-20/+260
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-2610-446/+6246
* 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
* Build: space between curly and paren is optionalTimmy Willison2015-06-191-2/+2
* 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: add tests for hidden elements + scrollTimmy Willison2015-06-162-1/+15
* Offset: return before getBoundingClientRect to avoid error in IE8-11Timmy Willison2015-06-161-2/+9
* Offset: return zeros for disconnected/hidden elementsTimmy Willison2015-06-162-15/+12
* Revert "Offset: allow offset setter to throw for disconnected elements"Timmy Willison2015-06-162-2/+10
* Tests: Remove test/data/ua.txtMichał Gołębiowski2015-06-161-272/+0
* Tests: Remove Edge version from the user agentMichał Gołębiowski2015-06-161-1/+1
* Tests: Add Microsoft Edge results (from Windows 10 build 10130)Michał Gołębiowski2015-06-141-4/+22
* Tests: Correct a typo in the regex matching Safari 8Michał Gołębiowski2015-06-141-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-1312-2/+97
* Build: Refactor Node smoke testsMichał Gołębiowski2015-06-137-39/+36
* Build: Update grunt-contrib-jshintMichał Gołębiowski2015-06-132-1/+2
* Build: remove bower.json lint targetOleg Gaidarenko2015-06-111-4/+0
* 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
* Build: Update the license attributeGilad Peleg2015-06-011-6/+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-012-11/+90
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-292-23/+62
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-293-2/+65
* Docs: remove redundant instruction from the readmeOleg Gaidarenko2015-05-291-1/+1
* Build: update requirejs dependency to 2.1.17Oleg Gaidarenko2015-05-191-1/+1
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-192-10/+3
* Event: provide verbose comment for focus(in | out) & rename support propOleg Gaidarenko2015-05-193-16/+22
* Build: bower.json: remove moot `version` fieldChris Rebert2015-05-131-1/+0
* Offset: account for scroll when calculating positionRichard McDaniel2015-05-122-3/+17
* Core: remove custom ready eventTimmy Willison2015-05-122-40/+30
* Attributes: add SVG class manipulationTimmy Willison2015-05-122-29/+71