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

    Function getElementsByClassName

    • Returns an array elements which have all of the given class name(s).

      Parameters

      • root: Node

        The root node where the lookup starts.

      • className: string

        A string representing the class name(s) to match; multiple class names are separated by whitespace.

      Returns Element[]