The HTMLFormControlsCollection interface represents a collection HTML form control elements.
The HTMLFormControlsCollection interface represents a collection HTML form control elements.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close