Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.HTMLFormControlsCollection

The HTMLFormControlsCollection interface represents a collection HTML form control elements.

The HTMLFormControlsCollection interface represents a collection
HTML form control elements.
raw docstring

named-itemcljs

(named-item this & args)

Method.

The HTMLFormControlsCollection.namedItem() method returns the or the web.Element in the collection whose name or id match specified name, or null if no node matches.

var item = collection.namedItem(str); var item = collection[str];

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormControlsCollection/namedItem

Method.

The HTMLFormControlsCollection.namedItem() method returns the
or the `web.Element` in the collection whose name or id match
specified name, or null if no node matches.

`var item = collection.namedItem(str);
var item = collection[str];`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormControlsCollection/namedItem`
sourceraw docstring

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

× close