jQuery.holdReady()

Holds or releases the execution of jQuery’s ready event.

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.

@jQuery API