... | ... | @@ -116,6 +116,7 @@ HTML functions to insert content |
|
|
content.
|
|
|
|
|
|
- html: the html to insert
|
|
|
- run-scripts: flag if containing script tags shall be executed (default: false)
|
|
|
|
|
|
* replaceHTML
|
|
|
|
... | ... | @@ -123,30 +124,35 @@ HTML functions to insert content |
|
|
content.
|
|
|
|
|
|
- html: the html to use as replacement
|
|
|
- run-scripts: flag if containing script tags shall be executed (default: false)
|
|
|
|
|
|
* prependHTML
|
|
|
|
|
|
Add HTML inside the given node, at the beginning.
|
|
|
|
|
|
- html: the html to insert
|
|
|
- run-scripts: flag if containing script tags shall be executed (default: false)
|
|
|
|
|
|
* appendHTML
|
|
|
|
|
|
Add HTML inside the given node, at the end.
|
|
|
|
|
|
- html: the html to insert
|
|
|
- run-scripts: flag if containing script tags shall be executed (default: false)
|
|
|
|
|
|
* insertHTMLBefore
|
|
|
|
|
|
Add HTML before given node.
|
|
|
|
|
|
- html: the html to insert
|
|
|
- run-scripts: flag if containing script tags shall be executed (default: false)
|
|
|
|
|
|
* insertHTMLAfter
|
|
|
|
|
|
Add HTML after given node.
|
|
|
|
|
|
- html: the html to insert
|
|
|
- run-scripts: flag if containing script tags shall be executed (default: false)
|
|
|
|
|
|
|
|
|
|
... | ... | |