aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.2.22.2.2Timmy Willison2016-03-174-2/+9849
|
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-172-11/+88
| | | | | Fixes gh-2978 Close gh-3002
* Core: Restore 1.x isPlainObject constructor checksRichard Gibson2016-03-142-2/+13
| | | | | | | - Guard isPlainObject against inherited scalar constructors Fixes gh-2982 Close gh-2985
* Attributes: remove redundant parent checkTimmy Willison2016-03-071-1/+1
|
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-03-072-0/+47
| | | | | Fixes gh-2732 Close gh-2840
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-072-5/+20
| | | | | Fixes gh-2968 Close gh-2970
* Core: drop the document.implementation.createHTMLDocument usageMichał Gołębiowski2016-03-024-60/+3
| | | | | | | | | | | The document.implementation.createHTMLDocument("") method creates inert documents which is good but using it has introduced issues around anchor elements href property not resolving according to the current document. Because of that, this patch is getting backed out on 1.x/2.x branches. Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 Refs gh-1505 Fixes gh-2941
* Release: include external/sizzle in releasesTimmy Willison2016-02-241-0/+1
| | | | Ref gh-2945
* Build: Updating the 2.2-stable version to 2.2.2-pre.Timmy Willison2016-02-221-1/+1
|
* Build: update AUTHORSTimmy Willison2016-02-221-0/+3
|
* CSS: fix for disconnected elems on doc fragments in Opera 12Timmy Willison2016-02-221-5/+8
|
* Build: use hard-coded path to sizzle in selector-sizzleTimmy Willison2016-02-223-9/+3
| | | | Fixes gh-2898
* Tests: Set Edge's expected support for clearCloneStyle to trueZack Hall2016-02-131-2/+3
| | | | | | | | | This is done for a version 13 or newer as the bug still exists in Edge 12. (cherry-picked from 28f0329a02c453ae26b6bc028b6aaeec578bef6f) Closes gh-2857
* Build: add `npm-debug.log` to `.gitignore`Oleg Gaidarenko2016-02-131-0/+2
|
* Tests: use `jQuery` variable instead of `$`Oleg Gaidarenko2016-02-131-1/+1
| | | | | | For some reason that works with `amd` but not with builded version Fixes gh-2909
* Build: simplify and correct .editorconfigOleg Gaidarenko2016-02-111-15/+4
|
* Tests: test element position outside viewOleg Gaidarenko2016-02-112-0/+42
| | | | | | | Ref ee0f61647cb93d587764280b1278807d9ff86fc9 Ref gh-2828 Ref gh-2836 Fixes gh-2909
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-092-17/+4
| | | | | | | | | | | | This reverts commit 2d715940b9b6fdeed005cd006c8bf63951cf7fb2. This commit provoked new issues: gh-2836, gh-2828. At the meeting, we decided to revert offending commit (in all three branches - 2.2-stable, 1.12-stable and master) and tackle this issue in 3.x. Fixes gh-2828
* Revert "Manipulation: don't auto-insert tbody"Timmy Willison2016-01-271-6/+6
| | | | | | This reverts commit e984d1c79cc476062818e03df04a366baa13d197. Fixes gh-2861
* CSS: Add test for gh-2867Timmy Willison2016-01-271-0/+10
|
* CSS: Make sure elem.ownerDocument.defaultView is not nullTodor Prikumov2016-01-271-1/+1
| | | | | Fixes gh-2866 Close gh-2867
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-152-2/+9
| | | | | Fixes gh-2812 Close gh-2825
* Event: compat -> 1.x in commentsMichał Gołębiowski2016-01-112-4/+4
| | | | Ref 3c56eac50725c2548c3abc0159841c3354936ac4
* Release: compat -> 1.x. Remove compat-specific release semanticsTimmy Willison2016-01-112-7/+7
| | | | (cherry-picked from 25d0afa51e08c00556c9e6906851d771a851ae23)
* Build: Updating the 2.2-stable version to 2.2.1-pre.Timmy Willison2016-01-081-1/+1
|
* Manipulation: re-expose domManip until 3.0Timmy Willison2016-01-081-0/+4
| | | | Fixes gh-2225
* Release: ensure files are copied to distTimmy Willison2016-01-081-2/+2
|
* Release: allow local and github distsTimmy Willison2016-01-081-1/+4
|
* Release: update AUTHORS.txtTimmy Willison2016-01-081-0/+14
|
* Tests: hotfix for c1511c673148208ab17cafa0faf37bce3b4ae392Michał Gołębiowski2016-01-071-1/+1
| | | | Refs c1511c673148208ab17cafa0faf37bce3b4ae392
* Tests: Accept Android 2.3 doesn't fire window.onerror for remote scriptsMichał Gołębiowski2016-01-071-1/+4
| | | | A followup to 1a9c9b079177a1d6420efb876e8e66bf1fb4cbe2
* Tests: Disable/relax a few tests failing in Android 2.3Michał Gołębiowski2016-01-072-5/+27
| | | | | | (cherry-picked from 704de8180f220afa1efd7bd65e9aeb9007a4f238) Fixes gh-1785
* Data: find hyphenated data with camelCased keyTimmy Willison2016-01-072-1/+15
| | | | Fixes gh-2779
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-072-4/+14
| | | | | Fixes gh-2792 Closes gh-2793
* Tests: fix lint in restored testTimmy Willison2016-01-071-2/+2
|
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Timmy Willison2016-01-071-0/+15
| | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f.
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-072-18/+76
| | | | This reverts commit 53f798cf4d783bb813b4d1ba97411bc752b275f3.
* Core:CSS: disable 2 tests for Opera 12Timmy Willison2016-01-062-3/+6
|
* Revert "Core: make isNumeric limited to strings and numbers"Oleg Gaidarenko2015-12-092-7/+7
| | | | This reverts commit 15ac848868e993dfe5ccd7751a94f5c8edc288bc.
* Tests: Fix support tests results for Android 2.3Michał Gołębiowski2015-11-171-1/+1
|
* Effects: Remove tests for jQuery.Animation & jQuery.TweenMichał Gołębiowski2015-11-174-590/+2
| | | | | | | | | | We'll officially support those APIs in jQuery 3.0 but we don't want to have to support them in 1.12/2.2. The code is left untouched, only tests (& official support) are removed. Refs b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 Refs cdaed15c7ea1bbfdde5a5bea691c583ce7961526
* Tests: Fix Safari 5.1 support tests resultsMichał Gołębiowski2015-11-161-2/+2
|
* Tests: Blacklist the iframe scrollTop test in Opera 12.1xMichał Gołębiowski2015-11-161-1/+3
|
* Tests: Fix support tests resultsMichał Gołębiowski2015-11-161-4/+4
|
* Build: Change the 2.2-stable version to 2.2.0-preMichał Gołębiowski2015-11-161-1/+1
|
* Revert "Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support"Michał Gołębiowski2015-11-166-15/+128
| | | | This reverts commit ce3b4a62427c5a3a6669dcb8bf8e27a6287990d5.
* Misc: Fix the tests, revert some unneeded/broken revertsMichał Gołębiowski2015-11-165-20/+16
| | | | Refs 65d71843b7c37dbdba2cfcb1bc7055cb522c5af6
* Revert "Misc: Drop support for older browsers; update support comments"Michał Gołębiowski2015-11-1615-33/+93
| | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e.
* Release: fix revert artefactsOleg Gaidarenko2015-11-135-9/+26
|
* Effects: manually revert two `requestAnimationFrame` commitsOleg Gaidarenko2015-11-132-57/+4
| | | | 72119e0023dcc0d9807caf6d988598b74abdc937 and bbdfbb4ee859fe9319b348d88120ddc2c9efbd63