Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLCollection

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.
raw docstring

itemcljs

(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`
sourceraw docstring

lengthcljs

(length this)

Property.

Returns the number of items in the collection.

Property.

Returns the number of items in the collection.
sourceraw docstring

set-length!cljs

(set-length! this val)

Property.

Returns the number of items in the collection.

Property.

Returns the number of items in the collection.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close