Replace the first <p> element with new text:
The replaceWith() method replaces selected elements with new content.
| Parameter | Description |
|---|---|
| content | Required. Specifies the content to insert (can contain HTML tags)
Possible values:
|
| function(index) | Optional. Specifies a function that returns the content to replace
|
Replace content using a function
How to use a function to replace selected elements with new content.
Your message has been sent to W3Schools.