| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Misc: Drop support for older browsers; update support comments" | Timmy Willison | 2016-01-06 | 2 | -6/+42 |
* | Revert "Core: Return empty array instead of null for parseHTML("")" | Oleg Gaidarenko | 2015-12-22 | 1 | -2/+2 |
* | Build: code style fixes after all those reverts | Oleg Gaidarenko | 2015-12-22 | 1 | -2/+2 |
* | Revert "Core: Remove deprecated context and selector properties" | Oleg Gaidarenko | 2015-12-22 | 1 | -2/+10 |
* | Revert "Core: Throw an error on $("#") rather than returning 0-length collect... | Oleg Gaidarenko | 2015-12-22 | 1 | -2/+1 |
* | Revert "Core: remove custom ready event" | Oleg Gaidarenko | 2015-12-22 | 1 | -0/+7 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 6 | -29/+45 |
* | Core: Support non-browser environments | Michał Gołębiowski | 2015-08-16 | 4 | -9/+10 |
* | Core:CSS: Attach test nodes to documentElement, not body | Michał Gołębiowski | 2015-08-16 | 1 | -5/+0 |
* | Core: Don't expose jQuery.access | Michał Gołębiowski | 2015-08-04 | 1 | -1/+1 |
* | Core: Add a support comment for Safari 8 | Michał Gołębiowski | 2015-07-20 | 1 | -0/+5 |
* | Core: remove custom ready event | Timmy Willison | 2015-05-12 | 1 | -7/+0 |
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 1 | -6/+4 |
* | Core: allow init to accept an alternate rootjQuery for migrate's sake | Timmy Willison | 2015-05-04 | 1 | -4/+8 |
* | Core:CSS:Event: simplification of native method signatures | Oleg Gaidarenko | 2015-05-03 | 1 | -4/+4 |
* | Core: Return empty array instead of null for parseHTML("") | Timo Tijhof | 2015-01-19 | 1 | -2/+2 |
* | Core: add support to tag-hyphenated elements | Leonardo Braga | 2015-01-13 | 1 | -1/+1 |
* | Core: Remove deprecated context and selector properties | Dave Methvin | 2015-01-11 | 1 | -10/+2 |
* | Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left out | Timmy Willison | 2014-12-10 | 2 | -3/+27 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 2 | -41/+9 |
* | Core: Throw an error on $("#") rather than returning 0-length collection | Dave Methvin | 2014-12-03 | 1 | -1/+2 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 3 | -8/+18 |
* | Core: Consistently use local reference to access() | Timo Tijhof | 2014-07-13 | 1 | -1/+1 |
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 1 | -2/+3 |
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -1/+0 |
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ac... | Timmy Willison | 2013-09-09 | 4 | -1/+138 |
* | All non-var modules should not indent in their AMD wrappers (just for prettie... | Timmy Willison | 2013-09-09 | 2 | -75/+78 |
* | Break jQuery.access out into its own module to separate it from core; Adjust ... | Timmy Willison | 2013-09-09 | 1 | -0/+58 |
* | Move parsing methods to their own files (separates manipulation dependency fr... | Timmy Willison | 2013-09-08 | 1 | -0/+38 |
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -29/+0 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 2 | -0/+180 |