aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/init.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-4/+4
* Core: Drop the root parameter of jQuery.fn.initMichał Gołębiowski-Owczarek2022-08-291-8/+4
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-2/+2
* Core:Manipulation: Add basic TrustedHTML supportMichał Gołębiowski-Owczarek2021-09-301-24/+30
* Build:Event: Make sure all source modules' exports are used (#4648)Michał Gołębiowski-Owczarek2020-06-021-2/+0
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-11/+5
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-4/+3
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-3/+4
* Build: fix tests in AMD modeTimmy Willison2017-03-061-0/+1
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-12/+15
* Core: allow init to accept an alternate rootjQuery for migrate's sakeTimmy Willison2015-05-041-4/+8
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-10/+2
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-1/+2
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-3/+1
* 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
* charAt -> string indexing. Close gh-1359.Mike Sidorov2013-09-121-1/+1
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+123