aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Callbacks: Don't abort execution on .lock()"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 32bf9178cace8c52a31c468a28adde9a4fdc4671.
* Revert "Callbacks: Reduce size"Oleg Gaidarenko2015-11-131-71/+87
| | | | This reverts commit 4cbf02df84dbcaa44b75a64ed832f7dbff2231dd.
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-11-133-3/+18
| | | | This reverts commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8.
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-11-131-2/+2
| | | | This reverts commit 4116914dcac32868c2c822366785e3dd2ccc69d4.
* Revert "Ajax: remove deprecated extensions from ajax promise"Oleg Gaidarenko2015-11-132-6/+13
| | | | This reverts commit 9d1b989f20b550af3590691723b0620f6914626e.
* Release: remove revert artefactsOleg Gaidarenko2015-11-135-24/+39
|
* Revert "Deferred: Backwards-compatible standards interoperability"Oleg Gaidarenko2015-11-131-243/+36
| | | | This reverts commit 555a50d340706e3e1e0de09231050493d0ad841e.
* Revert "Wrap: Support .unwrap( selector) for selective unwrapping"Oleg Gaidarenko2015-11-131-5/+6
| | | | This reverts commit 7b09235ceed57bbcc26fc2c76147eb4e95ebdb92.
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Oleg Gaidarenko2015-11-131-1/+2
| | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f.
* Revert "Data: do not include digits when camelCasing"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 2862a07af640be42711f72ad4abe532349985824.
* Revert "Data: always camelCase keys in .data()"Oleg Gaidarenko2015-11-132-35/+89
| | | | This reverts commit 0e790985a76fd813a6e56696c87abeed5a6cf63b.
* Revert "Data: camelCasing should not ignore case"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 172cad80ac635d8900aa6a3504c89f38b320488e.
* Revert "Offset: Fix .offset() to correctly work with ShadowDOM"Oleg Gaidarenko2015-11-131-24/+16
| | | | This reverts commit 1617479fcf7cbdaf33dc9334ed10a0f30bf14687.
* Revert "Offset: allow offset setter to throw for disconnected elements"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 0d11c1182f2012cd6eb06ce1e3fa5a495af9bee3.
* Revert "Offset: remove ownerDocument check in offset getter"Oleg Gaidarenko2015-11-131-7/+5
| | | | This reverts commit 6176567361e9d05d4f5eb7e98735a678f2cd7ea9.
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-11-133-127/+214
| | | | This reverts commit 86419b10bfa5e3b71a7d416288ab806d47a31d1f.
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-11-112-25/+24
| | | | This reverts commit 67d7a2eefee768b59eb3d51cb1fb2c671873e58a.
* Revert "CSS: fix AMD mode for the new showHide module"Oleg Gaidarenko2015-11-111-2/+1
| | | | This reverts commit 32cfc38a9c76d1f9163759c811cb9c82eb47d565.
* Revert "Effects: fix loading showHide in AMD mode"Oleg Gaidarenko2015-11-111-1/+0
| | | | This reverts commit ab06be561ec74cccaa2d581830210f82326f05c3.
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-11-111-0/+7
| | | | This reverts commit c252c5fac2a25869524c2eba2e93d4230e6af25c.
* Ajax: code style fixesOleg Gaidarenko2015-11-111-0/+1
| | | | Only for 2.2.0 version
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-11-111-2/+2
| | | | This reverts commit 0705be475092aede1eddae01319ec931fb9c65fc.
* Revert "Ajax: Remove remnants of the load event alias handling"Oleg Gaidarenko2015-11-111-1/+10
| | | | This reverts commit 38a669735d08bcbd28cfb0d77eee82c67aa89eeb.
* Revert "Deferred: add .catch handler"Oleg Gaidarenko2015-11-111-3/+0
| | | | This reverts commit 84ccf2606c6b97d5875774bf774f9f2aae950ae7.
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-11-111-18/+10
| | | | This reverts commit b60b26e18477d21fa5ec9c6572e114fc5d441730.
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-11-111-5/+10
| | | | This reverts commit b7a7dea95f84d6d8e5a8186d4fb09a762baf79bb.
* Revert "Ajax: Mitigate possible XSS vulnerability"Oleg Gaidarenko2015-11-112-8/+1
| | | | This reverts commit b078a62013782c7424a4a61a240c23c4c0b42614.
* Revert "Attributes: do not set properties to false when removing booleans"Oleg Gaidarenko2015-11-111-2/+10
| | | | This reverts commit 47ccf3daadc4b312f850502300129952e70f9d9d.
* Revert "Ajax: Only form-encode requests with a body"Oleg Gaidarenko2015-11-112-8/+2
| | | | This reverts commit 70605c8e5655da996ebd395e3c43423daaa08d9c.
* Revert "Attributes: return empty array for select-multiple with no values"Oleg Gaidarenko2015-11-111-1/+1
| | | | This reverts commit 79fc806e8500372a2278795c068d039ee287535f.
* Revert "Dimensions: outerWidth/Height include scrollbar"Oleg Gaidarenko2015-11-111-4/+4
| | | | This reverts commit 7d44d7f9e7cb73ff2b373f08cea13ea9958bb462.
* Revert "Dimensions: Empty sets should return undefined"Oleg Gaidarenko2015-11-111-1/+1
| | | | This reverts commit 97d79ecf6b6c5cc3c1485eb3c46e12986a978f57.
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-49/+76
| | | | | | | | | - Ignore certain tests that obviously are not supported - Beefed up the sortOrder, uniqueSort, isXMLDoc, and attr functions Fixes gh-1742 Fixes gh-2048 Close gh-2703
* Effects: fix loading showHide in AMD modeTimmy Willison2015-11-101-0/+1
|
* Offset: offsetLeft/Top on empty set returns undefinedDave Methvin2015-11-101-1/+1
| | | | | | Fixes gh-2319 Closes gh-2702 Ref gh-2701
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-101-1/+1
| | | | | Ref gh-2319 Closes gh-2701
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-091-9/+19
| | | | | Fixes gh-1712 Close gh-2695
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-092-4/+5
| | | | | Fixes gh-1757 Close gh-2696
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-071-4/+4
| | | | | Fixes gh-1729 Closes gh-2694
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-066-226/+259
| | | | | | | | Fixes gh-1864 Closes gh-2692 This also pulls the focusin/out special event into its own module, since that depends on simulate(). NB: The ajax module triggers events pretty heavily.
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-051-1/+1
| | | | | Fixes gh-2562 Close gh-2689
* Ajax: Don't throw exceptions on binary data responseDave Methvin2015-11-041-6/+7
| | | | | | | | | Fixes gh-2498 Closes gh-2682 The added unit test shows how this could be used to support an ArrayBuffer return, but $.ajax does not support it natively. The goal with this change was to avoid the exception.
* Ajax: trigger error callback on native abortTimmy Willison2015-11-031-8/+41
| | | | | | | - IE9 does not have onabort. Use onreadystatechange instead. Fixes gh-2079 Close gh-2684
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-022-2/+8
| | | | | Fixes #2658 Closes #2671
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-4/+4
| | | | Fixes gh-2100
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-211-10/+2
| | | | Fixes gh-1759
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-211-6/+6
| | | | Fixes gh-2662
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-182-6/+31
| | | | | | | | | | | | Fixes gh-2237 Closes gh-2276 (cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c) Conflicts: src/css.js src/css/support.js test/unit/support.js
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-181-5/+15
| | | | | Fixes gh-2647 Closes gh-2664
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-181-1/+1
|