filmov
tv
JavaScript DOM getElementsByName() - JavaScript Tutorial for Beginners

Показать описание
Learn how to use the HTML DOM getElementsByName() method in JavaScript to access specific HTML elements (like radio buttons as part of an HTML form), and manipulate them via their node attributes. The node list collection (known as NodeList in JavaScript) works like an array, so individual nodes can be retrieved by their index value, as shown in this beginner tutorial. #shorts