jquery / 3.6.0 / category / miscellaneous / dom-element-methods.html /

Category: DOM Element Methods

.get()

Retrieve the DOM elements matched by the jQuery object.

.index()

Search for a given element from among the matched elements.

.size()

Return the number of elements in the jQuery object.

.toArray()

Retrieve all the elements contained in the jQuery set, as an array.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/miscellaneous/dom-element-methods