1.1.2 • Published 8 months ago

@evlmaistrenko/tools-dom v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@evlmaistrenko/tools-dom

NPM Version

Utilities for DOM.

Usage

npm i @evlmaistrenko/tools-dom
import * as domTools from "@evlmaistrenko/tools-dom";

// Change input's value:
const input = document.getElementById("input");
input.addEventListener("input", (event) => {
  console.log(event.target.value);
});
domTools.change(input, "new value");

Api docs

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.0

11 months ago