Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Misc: Drop support for older browsers; update support comments" | Michał Gołębiowski | 2015-11-16 | 1 | -1/+3 |
| | | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e. | ||||
* | Revert "Core: Throw an error on $("#") rather than returning 0-length ↵ | Oleg Gaidarenko | 2015-11-13 | 1 | -2/+1 |
| | | | | | | collection" This reverts commit 80022c81ce4a07a232afd3c580b0977555a2daec. | ||||
* | Release: remove revert artefacts | Oleg Gaidarenko | 2015-11-13 | 1 | -2/+2 |
| | |||||
* | Revert "Core: Remove deprecated context and selector properties" | Oleg Gaidarenko | 2015-11-13 | 1 | -2/+10 |
| | | | | This reverts commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8. | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -12/+15 |
| | | | | Fixes gh-2056 | ||||
* | Core: allow init to accept an alternate rootjQuery for migrate's sake | Timmy Willison | 2015-05-04 | 1 | -4/+8 |
| | | | | | | - This will be tested in migrate Fixes gh-2101 | ||||
* | Core: Remove deprecated context and selector properties | Dave Methvin | 2015-01-11 | 1 | -10/+2 |
| | | | | | Fixes gh-1908 Closes gh-2000 | ||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -1/+2 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Core: Throw an error on $("#") rather than returning 0-length collection | Dave Methvin | 2014-12-03 | 1 | -1/+2 |
| | | | | | | Closes gh-1682 Thanks @goob for the issue report! | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -3/+1 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -1/+4 |
| | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -3/+3 |
| | | | | Closes gh-1577 | ||||
* | charAt -> string indexing. Close gh-1359. | Mike Sidorov | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+123 |
across all modules) |