README -> API Index -> Modules Index -> lib.dom
Source: src/lib/dom/index.js
DOM element resolution, attribute/property access, and helper entrypoints.
get- Get a value from a DOM element with a few legacy carve-outs.set- Set a value on a DOM element using legacy-safe attribute/property rules.is- Check whether a value is a DOM Element.isDom- Check whether a value is a DOM Element.getElement- Resolve an element reference.byId- Alias for document.getElementById.removeElement- Remove an element from the DOM.qs- Parse the current query string into a plain object.insertAfter- Insert a DOM node immediately after another node.filterAttributes- Collect an element's attributes into a plain object, optionally filtering by regex.attempt- Best-effort coercion from mixed input into a DOM node.
create-> lib.dom.createappend-> lib.dom.appendform-> lib.dom.formtransform-> lib.dom.transform
- Module index -> ./INDEX.md
- Function index -> ../functions/INDEX.md
- API index -> ../INDEX.md