W3cubDocs

/jQuery

Category: Document Loading

jQuery.ready

A Promise-like object (or “thenable”) that resolves when the document is ready.

load event

Bind an event handler to the “load” event, or trigger that event on an element.

.load()

Bind an event handler to the “load” event, or trigger that event on an element.

.ready()

Specify a function to execute when the DOM is fully loaded.

unload event

Bind an event handler to the “unload” event, or trigger that event on an element.

.unload()

Bind an event handler to the “unload” event, or trigger that event on an element.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/events/document-loading