this post was submitted on 24 Oct 2023
2 points (100.0% liked)
HTML
304 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/HTML_in_XMLHttpRequest
Grab the HTML. Slice up the DOM to get the div. Add to the page.
Probably want more than just the div. Might run into cross origin issues.