... | ... | @@ -169,27 +169,27 @@ Moving content |
|
|
|
|
|
* moveNodeAfter
|
|
|
|
|
|
Move the node after the node with the given HTML id.
|
|
|
Move the node after the specified target node.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
- target: the target node or its selector
|
|
|
|
|
|
* moveNodeBefore
|
|
|
|
|
|
Move the node before the node with the given HTML id.
|
|
|
Move the node before the specified target node.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
- target: the target node or its selector
|
|
|
|
|
|
* moveNodeAsLastChild
|
|
|
|
|
|
Move the node as last child of the node with the given HTML id.
|
|
|
Move the node as last child of the specified target node.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
- target: the target node or its selector
|
|
|
|
|
|
* moveNodeAsFirstChild
|
|
|
|
|
|
Move the node as first child of the node with the given HTML id.
|
|
|
Move the node as first child of the specified target node.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
- target: the target node or its selector
|
|
|
|
|
|
|
|
|
Copying content
|
... | ... | @@ -197,27 +197,27 @@ Copying content |
|
|
|
|
|
* copyNodeAfter
|
|
|
|
|
|
Copy the node after the node with the given HTML id.
|
|
|
Copy the node after the specified target node.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
- target: the target node or its selector
|
|
|
|
|
|
* copyNodeBefore
|
|
|
|
|
|
Copy the node before the node with the given HTML id.
|
|
|
Copy the node before the specified target node.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
- target: the target node or its selector
|
|
|
|
|
|
* copyNodeAsLastChild
|
|
|
|
|
|
Copy the node as last child of the node with the given HTML id.
|
|
|
Copy the node as last child of the specified target node.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
- target: the target node or its selector
|
|
|
|
|
|
* copyNodeAsFirstChild
|
|
|
|
|
|
Copy the node as first child of the node with the given HTML id.
|
|
|
Copy the node as first child of the specified target node.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
- target: the target node or its selector
|
|
|
|
|
|
|
|
|
Attributes
|
... | ... | |