Skip to main content
Module

x/simple_utility/src/deno_ext/dom.ts

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

Functions

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

Find all elements with name attribute.

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

Gets 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>.

Convert from HTML to DOM.