WinJS.Utilities.insertAdjacentHTML function

Calls insertAdjacentHTML on the specified element.
Syntax
WinJS.Utilities.insertAdjacentHTML(element, position, text);
Parameters
- element
-
Type: DOMElement
The element on which insertAdjacentHTML is to be called.
- position
-
Type: string
The position relative to the element at which to insert the HTML. Possible values are:
-
"beforebegin"
-
"afterbegin"
-
"beforeend"
-
"afterend"
-
- text
-
Type: string
The text to insert.
Return value
This function does not return a value.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Utilities |
Show: