DOM Element Methods

These methods help us to work with the DOM elements underlying each jQuery object.

Returns the number of DOM elements matched by the jQuery object.

.length

Returns the number of DOM elements matched by the jQuery object.

.size()

Retrieves DOM elements matched by the jQuery object.

.get([index])

Searches for a given DOM node from among the matched elements.

.index(node)