HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

getElementsByName

Description

The getElementsByName of Document for JS returns a NodeList of elements in the Document that have a name attribute with the value name.

Syntax

collection = document.getElementsByName(name)

Parameters

name

A non-empty string.

Examples

1 · name