insertAdjacentHTML method
The insertAdjacentHTML()
method of the
Element
interface parses the specified text as HTML or XML and inserts
the resulting nodes into the DOM tree at a specified position.
Implementation
external void insertAdjacentHTML(
String position,
JSAny string,
);