The HTMLCollection interface represents a generic collection
object similar to web.arguments
) of elements (in document order)
offers methods and properties for selecting from the list.
The HTMLCollection interface represents a generic collection object similar to `web.arguments`) of elements (in document order) offers methods and properties for selecting from the list.
(item this index)
Method.
The html.HTMLCollection
method item() returns the node located
the specified offset into the collection.
var element = HTMLCollection.item(index)
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLCollection/item
Method. The `html.HTMLCollection` method item() returns the node located the specified offset into the collection. `var element = HTMLCollection.item(index)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLCollection/item`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |