The HTMLCollection interface represents a generic collection
object similar to 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 `arguments`) of elements (in document order) offers methods and properties for selecting from the list.
(item this index)
Method.
The web.dom.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 `web.dom.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`
(length this)
Property.
Returns the number of items in the collection.
Property. Returns the number of items in the collection.
(set-length! this val)
Property.
Returns the number of items in the collection.
Property. Returns the number of items in the collection.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close