jQuery Reference Manual - DOM Element Methods
- Previous page jQuery Data
- Next page jQuery Core
jQuery DOM Element Methods
Function | Description |
---|---|
.get() | Get the DOM element specified by the selector. |
.index() | Returns the index position of the specified element relative to other specified elements. |
.size() | Returns the number of elements matched by the jQuery selector. |
.toArray() | Returns the elements matched by jQuery selector in the form of an array. |
- Previous page jQuery Data
- Next page jQuery Core