aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-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/+36
* 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-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-133-0/+31
* Build: Update grunt-contrib-jshintMichał Gołębiowski2015-06-133-1/+4
* Build: remove bower.json lint targetOleg Gaidarenko2015-06-111-4/+0
* 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
* 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-9/+87
* Event: improve originalEvent hackOleg Gaidarenko2015-05-292-6/+141
* 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
* Ajax: Fix the XHR fallback logic for IE8Michał Gołębiowski2015-05-191-5/+2
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-192-10/+3
* Attributes: don't test SVG CSS-class manipulation in IE8Oleg Gaidarenko2015-05-191-0/+12
* Event: provide verbose info for focus(in | out) & rename support propsOleg Gaidarenko2015-05-193-46/+53
* 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-183-11/+79
* 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-33/+75
* Tests: fix tests in accordance with new :visible behaviorTimmy Willison2015-05-122-5/+7
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-122-13/+17
* 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-118-443/+396
* Build: append "+compat" to tag version and jQuery.fn.jqueryTimmy Willison2015-05-072-3/+3
* Manipulation: privatize internal domManip() functionTimmy Willison2015-05-051-101/+100
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-0511-202/+265
* Effects: add tests for jQuery.easing._default in Animation and TweenTimmy Willison2015-05-051-25/+80
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-053-18/+42
* Core: remove isArraylike check for nodesMu Haibao2015-05-051-4/+0
* Build: Remove npm from dependenciesCalvin Metcalf2015-05-051-1/+0
* Offset: allow offset setter to throw for disconnected elementsTimmy Willison2015-05-052-10/+2
* Offset: remove ownerDocument check in offset getterTimmy Willison2015-05-052-14/+6
* Offset: Fix .offset() to correctly work with ShadowDOMArthur Stolyar2015-05-052-19/+37
* Selector: add test for jQuery.unique() aliasTimmy Willison2015-05-051-1/+3
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-045-9/+9