• Returns all elements for the given selector that are subnodes of the given element.

    Parameters

    • e: Window | Document | HTMLElement

      Element to search within

    • s: string

      Query selector

    Returns NodeListOf<HTMLElement>

    Method

    qes