Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/html_parser/src/utils/mod.ts>append

Port of fb55/htmlparser2 for Deno
Latest
function append
import { append } from "https://deno.land/x/html_parser@v0.1.3/src/utils/mod.ts";

Append an element after another.

Parameters

elem: Node

The element to append after.

next: Node

The element be added.