Skip to main content

latest

A lightweight DOM manipulation library for building web applications.

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
88%
Published
14 hours ago (0.1.2)

Dom

A lightweight and modern DOM manipulation library designed to make building web applications easier and more efficient

It provides a simple API with a similar syntax to jQuery allowing you to create, manipulate, and interact with web pages with ease

Installation

For Browsers:

import {} from "https://esm.sh/jsr/@debutter/dom@VERSION";

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Add Package

deno add jsr:@debutter/dom

Import symbol

import * as dom from "@debutter/dom";

---- OR ----

Import directly with a jsr specifier

import * as dom from "jsr:@debutter/dom";

Add Package

npx jsr add @debutter/dom

Import symbol

import * as dom from "@debutter/dom";

Add Package

yarn dlx jsr add @debutter/dom

Import symbol

import * as dom from "@debutter/dom";

Add Package

pnpm dlx jsr add @debutter/dom

Import symbol

import * as dom from "@debutter/dom";

Add Package

bunx jsr add @debutter/dom

Import symbol

import * as dom from "@debutter/dom";