Flyweight DOM - v2.3.0
    Preparing search index...

    Function getElementsByName

    • Returns an array elements which name property matches the specified string.

      Parameters

      • root: Node

        The root node where the lookup starts.

      • name: string

        The value of the name attribute of the element(s) we are looking for.

      Returns Element[]