A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/HTMLFormControlsCollection below:

HTMLFormControlsCollection - Web APIs | MDN

HTMLFormControlsCollection

Baseline Widely available

The HTMLFormControlsCollection interface represents a collection of HTML form control elements, returned by the HTMLFormElement interface's elements property.

This interface replaces one method from HTMLCollection, on which it is based.

HTMLCollection HTMLFormControlsCollection 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 Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4