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 is a website building & hosting documentation for Clojure/Script libraries
× close