Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Traversing: restore jQuery push behavior in .find | Timmy Willison | 2016-01-20 | 1 | -3/+4 | |
| | | | | | Fixes gh-2370 Close gh-2848 | |||||
* | Tests: Fix Deferred tests in Android 5.0's stock Chrome browser & Yandex.Browser | Michał Gołębiowski | 2016-01-20 | 1 | -2/+36 | |
| | | | | | | | | Some Chrome versions newer than 30 but older than 42 display the "undefined is not a function" error, not mentioning the function name. This has been fixed in Chrome 42. Relax two tests to allow for this divergence in older Chromoiums. This affects our Android 5.0 & Yandex.Browser testing. | |||||
* | Ajax: add serialize to AMD dependencies | Timmy Willison | 2016-01-19 | 1 | -1/+2 | |
| | | | | Fixes gh-2842 | |||||
* | Event: Fix chaining .on() with null handlers | Devin Wilson | 2016-01-19 | 2 | -0/+24 | |
| | | | | Fixes gh-2846 | |||||
* | Attributes: fix setting selected on an option in IE<=11 | Timmy Willison | 2016-01-19 | 2 | -0/+47 | |
| | | | | | Fixes gh-2732 Close gh-2840 | |||||
* | CSS: Stop Firefox from treating disconnected elements as cascade-hidden | Richard Gibson | 2016-01-14 | 1 | -1/+6 | |
| | | | | | | Fixes gh-2833 Ref dba93f79c405373ec3a492fd0a4bf89b3136a6e6 Close gh-2835 | |||||
* | Docs: add note about code organization with AMD | Timmy Willison | 2016-01-14 | 1 | -0/+6 | |
| | | | | | Fixes gh-2750 Close gh-2832 | |||||
* | Docs: remove compat references | Timmy Willison | 2016-01-14 | 3 | -7/+3 | |
| | ||||||
* | Release: update AUTHORS.txt | Timmy Willison | 2016-01-13 | 1 | -0/+6 | |
| | ||||||
* | CSS: Restore cascade-override behavior in .show | Richard Gibson | 2016-01-13 | 5 | -116/+391 | |
| | | | | | | | Fixes gh-2654 Fixes gh-2308 Close gh-2810 Ref 86419b10bfa5e3b71a7d416288ab806d47a31d1f | |||||
* | Traversing: Never let .closest() match positional selectors | Richard Gibson | 2016-01-13 | 2 | -17/+31 | |
| | | | | | Fixes gh-2796 Close gh-2818 | |||||
* | Traversing: .not/.filter consistency with non-elements | Martijn W. van der Lee | 2016-01-13 | 2 | -1/+12 | |
| | | | | | Fixes gh-2808 Close gh-2809 | |||||
* | Docs: Updated links to https where they are supported. | Jon Dufresne | 2016-01-13 | 9 | -32/+32 | |
| | | | | Close gh-2746 | |||||
* | Docs: Reference new feature guidelines and API tenets | Richard Gibson | 2016-01-13 | 1 | -2/+4 | |
| | | | | | Fixes gh-2320 Close gh-2697 | |||||
* | Tests: fixed grammar in comment | Henry Wong | 2016-01-13 | 1 | -1/+1 | |
| | | | | Close gh-2757 | |||||
* | Docs: Fix various spelling errors | Josh Soref | 2016-01-13 | 6 | -8/+8 | |
| | | | | Closes gh-2761 | |||||
* | Deferred: Warn on exceptions that are likely programming errors | Dave Methvin | 2016-01-13 | 4 | -1/+91 | |
| | | | | | Fixes gh-2736 Closes gh-2737 | |||||
* | Deferred: Remove undocumented progress notifications in $.when | Dave Methvin | 2016-01-13 | 2 | -41/+22 | |
| | | | | | Fixes gh-2710 Closes gh-2816 | |||||
* | Build: Encode non-ASCII as \uXXXX | Timmy Willison | 2016-01-11 | 1 | -0/+1 | |
| | ||||||
* | Selector: update Sizzle to 2.3.0 | Timmy Willison | 2016-01-11 | 4 | -84/+158 | |
| | ||||||
* | Manipulation: Bring tagname regexes up to spec | Leonardo Braga | 2016-01-07 | 4 | -3/+70 | |
| | | | | | Fixes gh-2005 Closes gh-2634 | |||||
* | CSS: Add animation-iteration-count to cssNumber, fix tests | Jun Sun | 2016-01-07 | 2 | -4/+14 | |
| | | | | | Fixes gh-2792 Closes gh-2793 | |||||
* | Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature" | Timmy Willison | 2016-01-07 | 2 | -18/+76 | |
| | | | | | | This reverts commit 53f798cf4d783bb813b4d1ba97411bc752b275f3. - Turns out this is documented, even if not fully. Need to deprecate before removal. | |||||
* | Event: Remove duplicated word text on comment | Jae Sung Park | 2015-12-03 | 1 | -1/+1 | |
| | | | | Closes #2751 | |||||
* | Attributes: exclusively lowercase A-Z in attribute names | Timmy Willison | 2015-12-02 | 2 | -3/+21 | |
| | | | | | Fixes gh-2730 Close gh-2749 | |||||
* | Core: do not expose second argument of the `jQuery.globalEval` | Oleg Gaidarenko | 2015-12-02 | 3 | -10/+23 | |
| | | | | | Closes jquery/api.jquery.com#831 Closes gh-2718 | |||||
* | Ajax: Preserve URL hash on requests | Dave Methvin | 2015-11-30 | 2 | -16/+34 | |
| | | | | | Fixes gh-1732 Closes gh-2721 | |||||
* | Ajax: Golf away 21 bytes | Richard Gibson | 2015-11-19 | 1 | -30/+28 | |
| | | | | Close gh-2699 | |||||
* | Docs: add a note about loading source with AMD | Timmy Willison | 2015-11-17 | 1 | -7/+14 | |
| | | | | | | | | | - Moves the note about the watch task and the note about loading with AMD to their own section under "Test Suite Tips" Fixes gh-2714 Close gh-2725 | |||||
* | Effects: add tests for using jQuery.speed directly | Timmy Willison | 2015-11-17 | 1 | -0/+85 | |
| | | | | | Fixes gh-2716 Close gh-2724 | |||||
* | Release: push a custom slim build to the CDN | Timmy Willison | 2015-11-16 | 7 | -31/+55 | |
| | | | | | Fixes gh-2653 Close gh-2711 | |||||
* | Deferred: syncronize single and multiple target handling in $.when | Timmy Willison | 2015-11-13 | 2 | -18/+46 | |
| | | | | | | Fixes gh-2546 Fixes gh-2018 Close gh-2707 | |||||
* | Release: update authors | Timmy Willison | 2015-11-12 | 1 | -0/+13 | |
| | ||||||
* | Release: use chalk instead of colors for terminal colors | Timmy Willison | 2015-11-12 | 2 | -4/+6 | |
| | ||||||
* | Selector: pass jQuery unit tests with selector-native | Timmy Willison | 2015-11-11 | 9 | -216/+309 | |
| | | | | | | | | | - 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 mode | Timmy Willison | 2015-11-10 | 1 | -0/+1 | |
| | ||||||
* | Offset: offsetLeft/Top on empty set returns undefined | Dave Methvin | 2015-11-10 | 2 | -3/+3 | |
| | | | | | | Fixes gh-2319 Closes gh-2702 Ref gh-2701 | |||||
* | Dimensions: Empty sets should return undefined | Dave Methvin | 2015-11-10 | 2 | -26/+14 | |
| | | | | | Ref gh-2319 Closes gh-2701 | |||||
* | Dimensions: properly manipulate non-px values | Timmy Willison | 2015-11-09 | 2 | -39/+54 | |
| | | | | | Fixes gh-1712 Close gh-2695 | |||||
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 4 | -4/+34 | |
| | | | | | Fixes gh-1757 Close gh-2696 | |||||
* | Event: Move VML test out of event alias test | Dave Methvin | 2015-11-07 | 1 | -5/+15 | |
| | | | | Ref gh-2693 | |||||
* | Dimensions: outerWidth/Height include scrollbar | Dave Methvin | 2015-11-07 | 2 | -44/+47 | |
| | | | | | Fixes gh-1729 Closes gh-2694 | |||||
* | Event: Make event aliases optional in unit tests | Dave Methvin | 2015-11-06 | 2 | -45/+42 | |
| | ||||||
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 7 | -226/+261 | |
| | | | | | | | | 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. | |||||
* | Tests: make editorconfig match css style | Timmy Willison | 2015-11-05 | 1 | -2/+1 | |
| | ||||||
* | Attributes: return empty array for select-multiple with no values | Timmy Willison | 2015-11-05 | 2 | -3/+3 | |
| | | | | | Fixes gh-2562 Close gh-2689 | |||||
* | Event: Add basic unit tests for event aliases | Dave Methvin | 2015-11-05 | 1 | -0/+18 | |
| | | | | | | | | Fixes gh-2302 Closes gh-2687 At the moment it's not possible to run the full event unit tests without aliases so this was just tested with a custom build by running this one test. | |||||
* | Event: Ensure delegation doesn't error on comment nodes | Timmy Willison | 2015-11-04 | 1 | -0/+27 | |
| | | | | | Fixes gh-2055 Close gh-2659 | |||||
* | Ajax: Don't throw exceptions on binary data response | Dave Methvin | 2015-11-04 | 2 | -6/+31 | |
| | | | | | | | | | 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 abort | Timmy Willison | 2015-11-03 | 2 | -9/+61 | |
| | | | | | | | - IE9 does not have onabort. Use onreadystatechange instead. Fixes gh-2079 Close gh-2684 |