load event

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.