• Returns all elements for the tag name that are descendants of the given element

    Type Parameters

    • TagName extends keyof HTMLElementTagNameMap

    Parameters

    • e: HTMLElement

      Element to search within

    • tag: TagName

      Tag name

    Returns HCO<HTMLElementTagNameMap[TagName]>

    Elements found

    Method

    qetag