How to create Nodes for inserting? #125
JuroOravec
started this conversation in
General
Replies: 1 comment 2 replies
-
You can either pass Node instance or plain HTML as a string. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to use
Node. insert_after()
. Can I create an instance ofNode
, or do I need to useHTMLParser(...).body.child
to create the node?Beta Was this translation helpful? Give feedback.
All reactions