document.getElementsByName() returns a live NodeList of all elements that have a specific name=”” attribute.

Categorized in:

Javascript, JS DOM,