Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLFormControlsCollection

HTMLFormControlsCollection

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

TheHTMLFormControlsCollection interface represents acollection of HTMLform control elements, returned by theHTMLFormElement interface'selements property.

The collection returned byHTMLFormElement.elements includes the form's associated listed form controls. SeeHTMLFormElement.elements for the list oflisted form controls and an explanation ofform association.

This interface replaces one method fromHTMLCollection, 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 theRadioNodeList or theElement in the collection whosename orid matches the specified name, ornull if 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

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp