Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/src/deno_ext/dom.ts

Simplify processing for Deno.
Latest
import * as simpleUtility from "https://deno.land/x/simple_utility@v2.3.2/src/deno_ext/dom.ts";

Functions

Convert from HTML to DOM.

Find all elements with name attribute.

Get value by id search. .value for <input>, .textContent for <textarea> and .value of .selected for <select> <dataset>.

Get value of .checked in group of radio buttons.

Get value by name search. .value for <input>, .textContent for <textarea> and .value of .selected for <select> <dataset>.

Find all input textarea elements with id attribute and convert them to key-value record.