Bind an event handler to the "unload" JavaScript event. This method is a shortcut for .on(
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods. The
Selects all elements. Caution: The all, or universal, selector is extremely slow, except when used
Selects all elements that are the last among siblings of the same element name. The :last-of-type
Display or hide the matched elements by animating their opacity. The .fadeToggle()
Selects all elements with the given class. For class selectors, jQuery uses JavaScript's native
Selects all elements that are enabled. As with other pseudo-class selectors (those that begin with
Add the previous set of elements on the stack to the current set, optionally filtered by a selector. As
Remove the set of matched elements from the DOM. Similar to
Remove all child nodes of the set of matched elements from the DOM. This method removes not only
Page 15 of 32