Open
Description
The .ready() method offers a way to run JavaScript code as soon as the page's Document Object Model (DOM) becomes safe to manipulate. This will often be a good time to perform tasks that are needed to initialize the page, for example to add event handlers and initialize plugins.
Ported from jquery/jquery#4455
Metadata
Metadata
Assignees
Labels
No labels