aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/init.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Misc: Drop support for older browsers; update support comments"Michał Gołębiowski2015-11-161-1/+3
| | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e.
* Revert "Core: Throw an error on $("#") rather than returning 0-length ↵Oleg Gaidarenko2015-11-131-2/+1
| | | | | | collection" This reverts commit 80022c81ce4a07a232afd3c580b0977555a2daec.
* Release: remove revert artefactsOleg Gaidarenko2015-11-131-2/+2
|
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-11-131-2/+10
| | | | This reverts commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8.
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-12/+15
| | | | Fixes gh-2056
* Core: allow init to accept an alternate rootjQuery for migrate's sakeTimmy Willison2015-05-041-4/+8
| | | | | | - This will be tested in migrate Fixes gh-2101
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-10/+2
| | | | | Fixes gh-1908 Closes gh-2000
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
| | | | | Fixes gh-1950 Closes gh-1949
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-1/+2
| | | | | | Closes gh-1682 Thanks @goob for the issue report!
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-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 variableChris Antaki2014-09-021-1/+1
|
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-1/+4
|
* Support: clean up comments and Support notationDave Methvin2014-06-101-3/+3
| | | | Closes gh-1577
* charAt -> string indexing. Close gh-1359.Mike Sidorov2013-09-121-1/+1
|
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-091-0/+123
across all modules)