aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/ready.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-2/+2
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-1/+1
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-9/+4
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-4/+1
* Core: Move holdReady to deprecatedManoj Kumar2017-02-131-9/+0
* Core: Re-throw errors that happened in callbacks wrapped in jQuery readyMichał Gołębiowski2016-07-071-1/+10
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Core: implement ready without DeferredTimmy Willison2016-04-041-31/+19
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-1/+1
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-4/+4
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-4/+7
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-171-3/+2
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-171-1/+2
* Core: remove custom ready eventTimmy Willison2015-05-121-7/+0
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-031-4/+4
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-2/+4
* Support: clean up comments and Support notationDave Methvin2014-06-101-1/+1
* Core: Do not run window.onready when readyDave Methvin2014-03-041-2/+3
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1
* With all of the ready calls removed internally, ready was never kicked off. A...Timmy Willison2013-09-061-0/+3
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+92