Skip to content

.ready(): clarify the line about user interaction #1141

Open
@timmywil

Description

@timmywil

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions