aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Fix various spelling errorsJosh Soref2016-01-136-8/+8
| | | | Closes gh-2761
* Deferred: Warn on exceptions that are likely programming errorsDave Methvin2016-01-134-1/+91
| | | | | Fixes gh-2736 Closes gh-2737
* Deferred: Remove undocumented progress notifications in $.whenDave Methvin2016-01-132-41/+22
| | | | | Fixes gh-2710 Closes gh-2816
* Build: Encode non-ASCII as \uXXXXTimmy Willison2016-01-111-0/+1
|
* Selector: update Sizzle to 2.3.0Timmy Willison2016-01-114-84/+158
|
* Manipulation: Bring tagname regexes up to specLeonardo Braga2016-01-074-3/+70
| | | | | Fixes gh-2005 Closes gh-2634
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-072-4/+14
| | | | | Fixes gh-2792 Closes gh-2793
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-072-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 commentJae Sung Park2015-12-031-1/+1
| | | | Closes #2751
* Attributes: exclusively lowercase A-Z in attribute namesTimmy Willison2015-12-022-3/+21
| | | | | Fixes gh-2730 Close gh-2749
* Core: do not expose second argument of the `jQuery.globalEval`Oleg Gaidarenko2015-12-023-10/+23
| | | | | Closes jquery/api.jquery.com#831 Closes gh-2718
* Ajax: Preserve URL hash on requestsDave Methvin2015-11-302-16/+34
| | | | | Fixes gh-1732 Closes gh-2721
* Ajax: Golf away 21 bytesRichard Gibson2015-11-191-30/+28
| | | | Close gh-2699
* Docs: add a note about loading source with AMDTimmy Willison2015-11-171-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 directlyTimmy Willison2015-11-171-0/+85
| | | | | Fixes gh-2716 Close gh-2724
* Release: push a custom slim build to the CDNTimmy Willison2015-11-167-31/+55
| | | | | Fixes gh-2653 Close gh-2711
* Deferred: syncronize single and multiple target handling in $.whenTimmy Willison2015-11-132-18/+46
| | | | | | Fixes gh-2546 Fixes gh-2018 Close gh-2707
* Release: update authorsTimmy Willison2015-11-121-0/+13
|
* Release: use chalk instead of colors for terminal colorsTimmy Willison2015-11-122-4/+6
|
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-119-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 modeTimmy Willison2015-11-101-0/+1
|
* Offset: offsetLeft/Top on empty set returns undefinedDave Methvin2015-11-102-3/+3
| | | | | | Fixes gh-2319 Closes gh-2702 Ref gh-2701
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-102-26/+14
| | | | | Ref gh-2319 Closes gh-2701
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-092-39/+54
| | | | | Fixes gh-1712 Close gh-2695
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-094-4/+34
| | | | | Fixes gh-1757 Close gh-2696
* Event: Move VML test out of event alias testDave Methvin2015-11-071-5/+15
| | | | Ref gh-2693
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-072-44/+47
| | | | | Fixes gh-1729 Closes gh-2694
* Event: Make event aliases optional in unit testsDave Methvin2015-11-062-45/+42
|
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-067-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 styleTimmy Willison2015-11-051-2/+1
|
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-052-3/+3
| | | | | Fixes gh-2562 Close gh-2689
* Event: Add basic unit tests for event aliasesDave Methvin2015-11-051-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 nodesTimmy Willison2015-11-041-0/+27
| | | | | Fixes gh-2055 Close gh-2659
* Ajax: Don't throw exceptions on binary data responseDave Methvin2015-11-042-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 abortTimmy Willison2015-11-032-9/+61
| | | | | | | - IE9 does not have onabort. Use onreadystatechange instead. Fixes gh-2079 Close gh-2684
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-024-17/+65
| | | | | Fixes #2658 Closes #2671
* Tests: Make regexes for iOS devices more rigidMichał Gołębiowski2015-10-301-3/+3
|
* Tests: Remove Safari 7.0 & iOS 6 support tests resultsMichał Gołębiowski2015-10-301-18/+1
|
* Tests: Add iOS 9 support tests resultsMichał Gołębiowski2015-10-301-0/+17
|
* Build: Test on Node 5Michał Gołębiowski2015-10-301-0/+1
|
* Release: remove antiquated release-notes.jsTimmy Willison2015-10-291-58/+0
|
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-293-4/+39
| | | | Fixes gh-2100
* Attributes: remove flakey test for selected attributeTimmy Willison2015-10-261-3/+1
| | | | | - The change is already covered by the "checked" test. Since this test is redundant, just drop it.
* Tests: Post-Summit cleanupRichard Gibson2015-10-252-9/+1
| | | | | Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44
* Tests: Use standard external domain nameRichard Gibson2015-10-231-1/+1
| | | | | | Ref 01c360f96390ff16edfe65ef3b34e167087ef645 (cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712)
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-212-12/+6
| | | | Fixes gh-1759
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-212-7/+7
| | | | Fixes gh-2662
* Build: Add "deprecated" to the Testswarm module listDave Methvin2015-10-201-0/+1
| | | | | | Ref #1740 Yeah.
* Tests: Add Safari 9 support tests resultsMichał Gołębiowski2015-10-181-0/+17
|
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-186-45/+98
| | | | | | | | | | | | Fixes gh-2237 Closes gh-2276 (cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c) Conflicts: src/css.js src/css/support.js test/unit/support.js