namedItem
The HTMLSelectElement.namedItem()
method returns the HTMLOptionElement corresponding to the HTMLOptionElement whose name
or id
match the specified name, or null
if no option matches.
The HTMLSelectElement.namedItem()
method returns the HTMLOptionElement corresponding to the HTMLOptionElement whose name
or id
match the specified name, or null
if no option matches.