DOM Element Methods JQ Home  <<  DOM Element Methods

Click a jQuery 3.5 API DOM Element Methods signature in the table below to see in-depth information on it.

AlphabeticallyDescription
The .get() method has two signatures:
.get()Retrieve the DOM elements matched by the jQuery object.
.get( index )Retrieve the DOM element at the specified zero-based index.
The .index() method has three signatures:
.index()Search for first element within the matched set.
.index( element )Search for an element within the matched set.
.index( selector )Search for an element within the jQuery collection.
.size ** REMOVED ** Returns the number of elements in the jQuery object.
The .toArray() method has one signature:
.toArray()Return an array of all the DOM elements contained in the jQuery set.