MDN Web Docs

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 RadioNodeList or the Element in the collection whose name or id matches the specified name, or null if no nodes match. Note that this version of namedItem() hides the one inherited from HTMLCollection. Like that method, using the JavaScript array bracket syntax with a String, as in collection["value"], is equivalent to collection.namedItem("value").

Specifications

Specification
HTML
# htmlformcontrolscollection

Browser compatibility

See also

Help improve MDN

Yes No

Learn how to contribute

This page was last modified on by MDN contributors.

Read the original on developer.mozilla.org ↗