HTMLFormControlsCollection - Web APIs | MDN
Instance properties
This interface inherits the properties of its parent, HTMLCollection.
Instance methods
This interface inherits the methods of its parent, HTMLCollection.
HTMLFormControlsCollection.namedItem()-
Returns the
RadioNodeListor theElementin the collection whosenameoridmatches the specified name, ornullif no nodes match. Note that this version ofnamedItem()hides the one inherited fromHTMLCollection. Like that method, using the JavaScript array bracket syntax with aString, as incollection["value"], is equivalent tocollection.namedItem("value").
Specifications
| Specification |
|---|
| HTML # htmlformcontrolscollection |