Input Radio type attribute
Definition and Usage
type
The property returns the form element type of the radio button.
For radio button objects, this property will always return "radio
"。
Esimerkki
Selvitä, mihin tyyppiin kuuluva valintapainike on:
var x = document.getElementById("myRadio").type;
Syntaksi
radioObject.type
Tekninen yksityiskohta
Palautusarvo: | Merkkijonoarvo, valintapainikkeen muotoilun muuttujat. |
---|
Selaimen tuki
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Tuki | Tuki | Tuki | Tuki | Tuki |