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