Returns the inner HTML for the given node as a string or an empty string if no node was specified. The inner HTML is the text representing all children of the node, but not the node itself.

  • Parameters

    • node: Element

      DOM node to return the inner HTML for.

    Returns string