Modes for teleporting content.
innerHTML
.innerHTML
outerHTML
.outerHTML
textContent
.textContent
beforebegin
afterbegin
beforeend
afterend
Modes for teleporting content.
innerHTML: Replace the.innerHTMLof the target elementouterHTML: Replace the.outerHTMLof the target elementtextContent: Replace the.textContentof the target element, without parsing the template content as HTMLbeforebegin: Insert the template content before the target elementafterbegin: Insert the template content before the first child of the target elementbeforeend: Insert the template content after the last child of the target elementafterend: Insert the template content after the target element