.has()

Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.

.has()

Selects elements which contain at least one element that matches the specified selector.

.hasClass()

Determine whether any of the matched elements are assigned the given class.

.header()

Selects all elements that are headers, like h1, h2, h3 and so on.

.height()

Get the current computed height for the first element in the set of matched elements.

.height()

Set the CSS height of every matched element.

.hidden()

Selects all elements that are hidden.

.hide()

Hide the matched elements.

.hover()

Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.

.hover()

Bind a single handler to the matched elements, to be executed when the mouse pointer enters or leaves the elements.

.html()

Get the HTML contents of the first element in the set of matched elements.

.html()

Set the HTML contents of each element in the set of matched elements.