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

value

Description

The value of RadioNodeList for JS returns the value of the first checked radio button represented by radioNodeList.

Checks the first radio button represented by radioNodeList that has value value.

Syntax

radioNodeList.value
radioNodeList.value = value

Examples

1 · get

2 · set