| Commit message (Expand) | Author | Age | Files | Lines |
* | Attributes: strip/collapse whitespace for set values on selects | Timmy Willison | 2016-03-17 | 1 | -6/+76 |
* | Core: Restore 1.x isPlainObject constructor checks | Richard Gibson | 2016-03-14 | 1 | -1/+10 |
* | Attributes: fix setting selected on an option in IE<=11 | Timmy Willison | 2016-03-07 | 1 | -0/+31 |
* | Core: restore enumeration behavior in isPlainObject | Timmy Willison | 2016-03-07 | 1 | -2/+14 |
* | Core: drop the document.implementation.createHTMLDocument usage | Michał Gołębiowski | 2016-03-02 | 2 | -31/+0 |
* | Tests: Set Edge's expected support for clearCloneStyle to true | Zack Hall | 2016-02-13 | 1 | -2/+3 |
* | Tests: use `jQuery` variable instead of `$` | Oleg Gaidarenko | 2016-02-13 | 1 | -1/+1 |
* | Tests: test element position outside view | Oleg Gaidarenko | 2016-02-11 | 1 | -0/+30 |
* | Revert "Offset: account for scroll when calculating position" | Oleg Gaidarenko | 2016-02-09 | 1 | -12/+2 |
* | CSS: Add test for gh-2867 | Timmy Willison | 2016-01-27 | 1 | -0/+10 |
* | Event: Fix chaining .on() with null handlers | Devin Wilson | 2016-01-15 | 1 | -1/+8 |
* | Event: compat -> 1.x in comments | Michał Gołębiowski | 2016-01-11 | 1 | -3/+3 |
* | Tests: hotfix for c1511c673148208ab17cafa0faf37bce3b4ae392 | Michał Gołębiowski | 2016-01-07 | 1 | -1/+1 |
* | Tests: Accept Android 2.3 doesn't fire window.onerror for remote scripts | Michał Gołębiowski | 2016-01-07 | 1 | -1/+4 |
* | Tests: Disable/relax a few tests failing in Android 2.3 | Michał Gołębiowski | 2016-01-07 | 2 | -5/+27 |
* | Data: find hyphenated data with camelCased key | Timmy Willison | 2016-01-07 | 1 | -0/+9 |
* | CSS: Add animation-iteration-count to cssNumber, fix tests | Jun Sun | 2016-01-07 | 1 | -4/+13 |
* | Tests: fix lint in restored test | Timmy Willison | 2016-01-07 | 1 | -2/+2 |
* | Revert "Event: remove guard for falsy handler argument of jQuery#on method" | Timmy Willison | 2016-01-07 | 1 | -0/+15 |
* | Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature" | Timmy Willison | 2016-01-07 | 1 | -1/+24 |
* | Core:CSS: disable 2 tests for Opera 12 | Timmy Willison | 2016-01-06 | 2 | -3/+6 |
* | Revert "Core: make isNumeric limited to strings and numbers" | Oleg Gaidarenko | 2015-12-09 | 1 | -1/+1 |
* | Tests: Fix support tests results for Android 2.3 | Michał Gołębiowski | 2015-11-17 | 1 | -1/+1 |
* | Effects: Remove tests for jQuery.Animation & jQuery.Tween | Michał Gołębiowski | 2015-11-17 | 2 | -582/+0 |
* | Tests: Fix Safari 5.1 support tests results | Michał Gołębiowski | 2015-11-16 | 1 | -2/+2 |
* | Tests: Blacklist the iframe scrollTop test in Opera 12.1x | Michał Gołębiowski | 2015-11-16 | 1 | -1/+3 |
* | Tests: Fix support tests results | Michał Gołębiowski | 2015-11-16 | 1 | -4/+4 |
* | Revert "Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support" | Michał Gołębiowski | 2015-11-16 | 1 | -13/+78 |
* | Misc: Fix the tests, revert some unneeded/broken reverts | Michał Gołębiowski | 2015-11-16 | 1 | -2/+2 |
* | Revert "Misc: Drop support for older browsers; update support comments" | Michał Gołębiowski | 2015-11-16 | 4 | -11/+53 |
* | Release: fix revert artefacts | Oleg Gaidarenko | 2015-11-13 | 2 | -3/+3 |
* | Effects: manually revert two `requestAnimationFrame` commits | Oleg Gaidarenko | 2015-11-13 | 1 | -33/+0 |
* | Revert "Manipulation: execute scripts from iframe in the iframe's context" | Oleg Gaidarenko | 2015-11-13 | 1 | -11/+0 |
* | Revert "Ajax: Always use script injection in globalEval" | Oleg Gaidarenko | 2015-11-13 | 3 | -53/+29 |
* | Offset: do not run tests which break without back-incompat change | Oleg Gaidarenko | 2015-11-13 | 1 | -3/+3 |
* | Release: fix revert artefacts | Oleg Gaidarenko | 2015-11-13 | 1 | -3/+3 |
* | Revert "Deprecated: Drop size and andSelf methods" | Oleg Gaidarenko | 2015-11-13 | 1 | -0/+6 |
* | Revert "Manipulation: support data-URI scripts insertion" | Oleg Gaidarenko | 2015-11-13 | 1 | -9/+0 |
* | Revert "Core: Throw an error on $("#") rather than returning 0-length collect... | Oleg Gaidarenko | 2015-11-13 | 1 | -7/+2 |
* | Revert "Manipulation: improve test for data-URI" | Oleg Gaidarenko | 2015-11-13 | 1 | -23/+6 |
* | Revert "Manipulation: make wrapAll funarg execute only once" | Oleg Gaidarenko | 2015-11-13 | 1 | -51/+0 |
* | Release: remove revert artefacts | Oleg Gaidarenko | 2015-11-13 | 2 | -2/+2 |
* | Revert "Callbacks: Don't abort execution on .lock()" | Oleg Gaidarenko | 2015-11-13 | 1 | -37/+27 |
* | Revert "Core: Remove deprecated context and selector properties" | Oleg Gaidarenko | 2015-11-13 | 2 | -8/+9 |
* | Revert "Core: Return empty array instead of null for parseHTML("")" | Oleg Gaidarenko | 2015-11-13 | 1 | -24/+19 |
* | Revert "Manipulation: increase delay of data-URI test" | Oleg Gaidarenko | 2015-11-13 | 1 | -3/+3 |
* | Release: remove revert artefacts | Oleg Gaidarenko | 2015-11-13 | 14 | -218/+216 |
* | Revert "Deferred: Backwards-compatible standards interoperability" | Oleg Gaidarenko | 2015-11-13 | 1 | -532/+133 |
* | Revert "Wrap: Support .unwrap( selector) for selective unwrapping" | Oleg Gaidarenko | 2015-11-13 | 1 | -43/+1 |
* | Revert "Event: remove guard for falsy handler argument of jQuery#on method" | Oleg Gaidarenko | 2015-11-13 | 1 | -1/+0 |