aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/ready.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-11-111-0/+7
| | | | This reverts commit c252c5fac2a25869524c2eba2e93d4230e6af25c.
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-4/+4
| | | | Fixes gh-2100
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-4/+7
| | | | Fixes gh-2056
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-171-3/+2
| | | | | | Using modules for window.setTimeout etc. made those functions cached and disabled Sinon mocking, making effects tests fail. Just writing window.setTimeout directly is smaller anyway.
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-171-1/+2
| | | | Fixes gh-2177
* Core: remove custom ready eventTimmy Willison2015-05-121-7/+0
| | | | | Fixes gh-2264 Close gh-2265
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-031-4/+4
| | | | | | | | | | * Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref gh-2047
* 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
* 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
| | | | Closes gh-1577
* Core: Do not run window.onready when readyDave Methvin2014-03-041-2/+3
| | | | Fixes #14802
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-091-0/+1
| | | | across all modules)
* With all of the ready calls removed internally, ready was never kicked off. ↵Timmy Willison2013-09-061-0/+3
| | | | Add a call in the ready module to ensure ready is checked.
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+92