Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: Fix various spelling errors | Josh Soref | 2016-01-13 | 1 | -1/+1 |
| | | | | Closes gh-2761 | ||||
* | Deferred: Warn on exceptions that are likely programming errors | Dave Methvin | 2016-01-13 | 3 | -1/+32 |
| | | | | | Fixes gh-2736 Closes gh-2737 | ||||
* | Deferred: Remove undocumented progress notifications in $.when | Dave Methvin | 2016-01-13 | 1 | -21/+18 |
| | | | | | Fixes gh-2710 Closes gh-2816 | ||||
* | Manipulation: Bring tagname regexes up to spec | Leonardo Braga | 2016-01-07 | 3 | -3/+3 |
| | | | | | Fixes gh-2005 Closes gh-2634 | ||||
* | CSS: Add animation-iteration-count to cssNumber, fix tests | Jun Sun | 2016-01-07 | 1 | -0/+1 |
| | | | | | Fixes gh-2792 Closes gh-2793 | ||||
* | Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature" | Timmy Willison | 2016-01-07 | 1 | -17/+52 |
| | | | | | | 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 | 1 | -2/+9 |
| | | | | | 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 | 1 | -12/+16 |
| | | | | | Fixes gh-1732 Closes gh-2721 | ||||
* | Ajax: Golf away 21 bytes | Richard Gibson | 2015-11-19 | 1 | -30/+28 |
| | | | | Close gh-2699 | ||||
* | Deferred: syncronize single and multiple target handling in $.when | Timmy Willison | 2015-11-13 | 1 | -11/+11 |
| | | | | | | Fixes gh-2546 Fixes gh-2018 Close gh-2707 | ||||
* | Selector: pass jQuery unit tests with selector-native | Timmy Willison | 2015-11-11 | 1 | -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 mode | Timmy Willison | 2015-11-10 | 1 | -0/+1 |
| | |||||
* | Offset: offsetLeft/Top on empty set returns undefined | Dave Methvin | 2015-11-10 | 1 | -1/+1 |
| | | | | | | Fixes gh-2319 Closes gh-2702 Ref gh-2701 | ||||
* | Dimensions: Empty sets should return undefined | Dave Methvin | 2015-11-10 | 1 | -1/+1 |
| | | | | | Ref gh-2319 Closes gh-2701 | ||||
* | Dimensions: properly manipulate non-px values | Timmy Willison | 2015-11-09 | 1 | -9/+19 |
| | | | | | Fixes gh-1712 Close gh-2695 | ||||
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 2 | -4/+5 |
| | | | | | Fixes gh-1757 Close gh-2696 | ||||
* | Dimensions: outerWidth/Height include scrollbar | Dave Methvin | 2015-11-07 | 1 | -4/+4 |
| | | | | | Fixes gh-1729 Closes gh-2694 | ||||
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 6 | -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 values | Timmy Willison | 2015-11-05 | 1 | -1/+1 |
| | | | | | Fixes gh-2562 Close gh-2689 | ||||
* | Ajax: Don't throw exceptions on binary data response | Dave Methvin | 2015-11-04 | 1 | -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 abort | Timmy Willison | 2015-11-03 | 1 | -8/+41 |
| | | | | | | | - IE9 does not have onabort. Use onreadystatechange instead. Fixes gh-2079 Close gh-2684 | ||||
* | Ajax: Only form-encode requests with a body | Dave Methvin | 2015-11-02 | 2 | -2/+8 |
| | | | | | Fixes #2658 Closes #2671 | ||||
* | Core: use interactive to evaluate dom ready, barring IE9-10 | Timmy Willison | 2015-10-29 | 1 | -4/+4 |
| | | | | Fixes gh-2100 | ||||
* | Attributes: do not set properties to false when removing booleans | Timmy Willison | 2015-10-21 | 1 | -10/+2 |
| | | | | Fixes gh-1759 | ||||
* | Core: make isNumeric limited to strings and numbers | Timmy Willison | 2015-10-21 | 1 | -6/+6 |
| | | | | Fixes gh-2662 | ||||
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 2 | -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 IE11 | Joelle Fleurantin | 2015-10-18 | 1 | -5/+15 |
| | | | | | Fixes gh-2647 Closes gh-2664 | ||||
* | CSS: use isFinite in place of redundant isNumeric | Timmy Willison | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | CSS: fix AMD mode for the new showHide module | Timmy Willison | 2015-10-18 | 1 | -1/+2 |
| | |||||
* | Event: Fix delegated radio events when arrow keys are used | Dave Methvin | 2015-10-18 | 1 | -3/+4 |
| | | | | | Fixes gh-2343, gh-2410 Close gh-2617 | ||||
* | Attributes: removeClass() -> attr("class", "") | Thomas Tortorini | 2015-10-18 | 1 | -23/+21 |
| | | | | | | - Classes simpliciation Close gh-2465 | ||||
* | Attributes: Use simpler boolean check vs a function call | Dave Methvin | 2015-10-18 | 1 | -5/+2 |
| | | | | Ref gh-2491 | ||||
* | Attributes: Remove undocumented .toggleClass( boolean ) signature | Dave Methvin | 2015-10-18 | 1 | -54/+22 |
| | | | | | Fixes gh-2491 Close gh-2618 | ||||
* | CSS: Make show/hide/toggle methods a module | Dave Methvin | 2015-10-18 | 2 | -24/+25 |
| | | | | | | | | Unit test changes some uses of .show() and .hide() to .css( "display", ... ), there was already an implicit assumption in several of the existing tests. Fixes gh-2193 Close gh-2648 | ||||
* | Deprecated: fix amd mode for the deprecated module | Timmy Willison | 2015-10-18 | 1 | -1/+3 |
| | |||||
* | Core: make isNumeric test work on Symbol | Liza Ramo | 2015-10-17 | 1 | -1/+2 |
| | | | | | Ref #2645 Closes #2657 | ||||
* | Core: Support Symbol wrapper objects in jQuery.type | Christian Grete | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | | In ECMAScript 2015 (ES6), the native typeof operator returns "symbol" for Symbol primitives. As it is possible to wrap symbols using the Object constructor, symbols can be objects as well as any other primitive type in JavaScript and should be determined by jQuery.type. Closes gh-2627 | ||||
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 2 | -4/+4 |
| | | | | | Fixes gh-2584 Closes gh-2643 | ||||
* | Ajax: correct indentation | Oleg Gaidarenko | 2015-10-12 | 1 | -3/+3 |
| | | | | | | As noted by @arthurvr Follow-up for b078a62013782c7424a4a61a240c23c4c0b42614 | ||||
* | Tests:Docs: Fix various typos | Gary Ye | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Closes gh-2613 Closes gh-2601 | ||||
* | Event: Move .bind() and .delegate() to deprecated | Dave Methvin | 2015-10-12 | 2 | -18/+22 |
| | | | | | Fixes gh-2288 Closes gh-2624 | ||||
* | Ajax: Mitigate possible XSS vulnerability | Oleg Gaidarenko | 2015-10-12 | 2 | -1/+8 |
| | | | | | | | Proposed by @jaubourg Fixes gh-2432 Closes gh-2588 | ||||
* | Manipulation: Don't provide the parser with sloppy table markup | Anthony Ryan | 2015-09-14 | 1 | -13/+6 |
| | | | | | | | | | | | | | | | | | While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." Reverts 0ea342a6a6dce793c1b0f14f051c2573f40f4e44 Refs gh-2031 Refs gh-2002 Fixes gh-2493 Closes gh-2499 | ||||
* | Data: Combine register and cache methods | Jason Bedard | 2015-09-14 | 1 | -33/+27 |
| | | | | Closes gh-2553 | ||||
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 6 | -57/+5 |
| | | | | | | | | Drop non-critical workarounds for Android 2.3. Fixes gh-2483 Fixes gh-2505 Closes gh-2581 | ||||
* | Data: avoid using delete on DOM nodes | Jason Bedard | 2015-09-08 | 2 | -7/+21 |
| | | | | Closes gh-2479 | ||||
* | Manipulation: Switch rnoInnerhtml to a version more performant in IE | Sean Henderson | 2015-09-08 | 1 | -1/+5 |
| | | | | | | | | | | | | IE versions greater than 9 do not handle the old regular expression well with large html content. This is due to the use of a non-capturing group after a very common html character (<). Test suite: http://jsfiddle.net/Lwa0t5rp/3/ Microsoft bug: https://connect.microsoft.com/IE/feedback/details/1736512/ Fixes gh-2563 Closes gh-2574 | ||||
* | Traversing: Don't expose jQuery.dir & jQuery.sibling | Michał Gołębiowski | 2015-09-08 | 3 | -38/+46 |
| | | | | | | | | jQuery.dir & jQuery.sibling are undocumented internal APIs; they shouldn't be exposed. Fixes gh-2512 Closes gh-2525 |