jQuery Referentie Handboek - DOM Element Methoden
- 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 jQuery selector. |
.toArray() | Returns the elements matched by jQuery selector in the form of an array. |
- Previous page jQuery data
- Next page jQuery core