| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Offset: getBounding doesn't return width/height in IE8. Fixes test. | Timmy Willison | 2015-06-16 | 1 | -14/+7 |
* | Offset: no need to check for ownerDocument | Timmy Willison | 2015-06-16 | 1 | -4/+4 |
* | Offset: revert to jQuery.contains for IE8's sake (compat only) | Timmy Willison | 2015-06-16 | 1 | -7/+10 |
* | Offset: return before getBoundingClientRect to avoid error in IE8-11 | Timmy Willison | 2015-06-16 | 1 | -2/+9 |
* | Offset: return zeros for disconnected/hidden elements | Timmy Willison | 2015-06-16 | 2 | -15/+12 |
* | Revert "Offset: allow offset setter to throw for disconnected elements" | Timmy Willison | 2015-06-16 | 2 | -2/+10 |
* | Tests: Remove test/data/ua.txt | Michał Gołębiowski | 2015-06-16 | 1 | -272/+0 |
* | Tests: Remove Edge version from the user agent | Michał Gołębiowski | 2015-06-16 | 1 | -1/+1 |
* | Tests: Add Microsoft Edge results (from Windows 10 build 10130) | Michał Gołębiowski | 2015-06-14 | 1 | -4/+36 |
* | Tests: Correct a typo in the regex matching Safari 8 | Michał Gołębiowski | 2015-06-14 | 1 | -1/+1 |
* | Manipulation: Remove an internal argument to the remove method | Michał Gołębiowski | 2015-06-14 | 1 | -26/+30 |
* | Event: Remove an internal argument to the on method | Michał Gołębiowski | 2015-06-14 | 1 | -51/+55 |
* | Core: Make jQuery objects iterable | Michał Gołębiowski | 2015-06-13 | 3 | -0/+31 |
* | Build: Update grunt-contrib-jshint | Michał Gołębiowski | 2015-06-13 | 3 | -1/+4 |
* | Build: remove bower.json lint target | Oleg Gaidarenko | 2015-06-11 | 1 | -4/+0 |
* | Event: correct an unfinished comment | Oleg Gaidarenko | 2015-06-05 | 1 | -1/+1 |
* | Event: remove preDispatch hook & simplify "simulate" signature | Oleg Gaidarenko | 2015-06-05 | 1 | -11/+9 |
* | CSS: Don't name the anonymous swap function | Michał Gołębiowski | 2015-06-01 | 1 | -1/+1 |
* | Build: Update the license attribute | Gilad Peleg | 2015-06-01 | 1 | -6/+1 |
* | Ajax: Remove remnants of the load event alias handling | Michał Gołębiowski | 2015-06-01 | 1 | -10/+1 |
* | CSS: Don't cache unrecognized CSS property names | Michał Gołębiowski | 2015-06-01 | 2 | -9/+87 |
* | Event: improve originalEvent hack | Oleg Gaidarenko | 2015-05-29 | 2 | -6/+141 |
* | Docs: remove redundant instruction from the readme | Oleg Gaidarenko | 2015-05-29 | 1 | -1/+1 |
* | Build: update requirejs dependency to 2.1.17 | Oleg Gaidarenko | 2015-05-19 | 1 | -1/+1 |
* | Ajax: Fix the XHR fallback logic for IE8 | Michał Gołębiowski | 2015-05-19 | 1 | -5/+2 |
* | Event: remove deprecated event aliases | Oleg Gaidarenko | 2015-05-19 | 2 | -10/+3 |
* | Attributes: don't test SVG CSS-class manipulation in IE8 | Oleg Gaidarenko | 2015-05-19 | 1 | -0/+12 |
* | Event: provide verbose info for focus(in | out) & rename support props | Oleg Gaidarenko | 2015-05-19 | 3 | -46/+53 |
* | Ajax: Rename Spartan to Edge in a comment | Michał Gołębiowski | 2015-05-18 | 1 | -2/+2 |
* | Ajax: Use the native XHR for all non-local requests in IE9+ | Michał Gołębiowski | 2015-05-18 | 3 | -11/+79 |
* | Build: bower.json: remove moot `version` field | Chris Rebert | 2015-05-13 | 1 | -1/+0 |
* | Offset: account for scroll when calculating position | Richard McDaniel | 2015-05-12 | 2 | -3/+17 |
* | Core: remove custom ready event | Timmy Willison | 2015-05-12 | 2 | -40/+30 |
* | Attributes: add SVG class manipulation | Timmy Willison | 2015-05-12 | 2 | -33/+75 |
* | Tests: fix tests in accordance with new :visible behavior | Timmy Willison | 2015-05-12 | 2 | -5/+7 |
* | CSS: fix :visible/:hidden selectors for inline element w/ content | Timmy Willison | 2015-05-12 | 2 | -13/+17 |
* | Core: Align code in intro.js with master | Michał Gołębiowski | 2015-05-12 | 1 | -8/+8 |
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 8 | -443/+396 |
* | Build: append "+compat" to tag version and jQuery.fn.jquery | Timmy Willison | 2015-05-07 | 2 | -3/+3 |
* | Manipulation: privatize internal domManip() function | Timmy Willison | 2015-05-05 | 1 | -101/+100 |
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 11 | -202/+265 |
* | Effects: add tests for jQuery.easing._default in Animation and Tween | Timmy Willison | 2015-05-05 | 1 | -25/+80 |
* | Effects: set default easing using jQuery.easing._default | Timmy Willison | 2015-05-05 | 3 | -18/+42 |
* | Core: remove isArraylike check for nodes | Mu Haibao | 2015-05-05 | 1 | -4/+0 |
* | Build: Remove npm from dependencies | Calvin Metcalf | 2015-05-05 | 1 | -1/+0 |
* | Offset: allow offset setter to throw for disconnected elements | Timmy Willison | 2015-05-05 | 2 | -10/+2 |
* | Offset: remove ownerDocument check in offset getter | Timmy Willison | 2015-05-05 | 2 | -14/+6 |
* | Offset: Fix .offset() to correctly work with ShadowDOM | Arthur Stolyar | 2015-05-05 | 2 | -19/+37 |
* | Selector: add test for jQuery.unique() alias | Timmy Willison | 2015-05-05 | 1 | -1/+3 |
* | Selector: add jQuery.uniqueSort; deprecate jQuery.unique | Timmy Willison | 2015-05-04 | 5 | -9/+9 |