.odd()

Selects odd elements, zero-indexed. See also even.

.off()

Remove an event handler.

.offset()

Get the current coordinates of the first element in the set of matched elements, relative to the document.

.offset()

Set the current coordinates of every element in the set of matched elements, relative to the document.

.offsetParent()

Get the closest ancestor element that is positioned.

.on()

Attach an event handler function for one or more events to the selected elements.

.one()

Attach a handler to an event for the elements. The handler is executed at most once per element.

.only-child()

Selects all elements that are the only child of their parent.

.outerHeight()

Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns an integer (without "px") representation of the value or null if called on an empty set of elements.

.outerWidth()

Get the current computed width for the first element in the set of matched elements, including padding and border.