dom-element-value
DOM value handler
A utility for working with the value of DOM elements in JavaScript.
DOM element value getter/setter.
6 stars
4 watching
0 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
component/dom | An aggregate library of DOM traversal, manipulation and events functions | 228 |
jquery/jquery-dist | Distributes and makes available the latest JavaScript library for simplifying DOM manipulation and event handling. | 102 |
ded/domready | A utility for detecting when the Document Object Model is fully loaded and ready for scripting | 874 |
ded/valentine | A JavaScript utility library providing functional iterators and common helpers such as waterfalls, queues, and parallels. | 286 |
gilbox/react-track | A library for tracking and animating DOM elements in React applications. | 340 |
dubiousdavid/dominator | A virtual DOM implementation for ClojureScript, aiming to simplify JavaScript development with a minimal learning curve | 73 |
terkelg/facon | A utility library to simplify the creation of nested DOM elements using template literals. | 227 |
tylors/cycle-snabbdom | A utility library providing an alternative DOM driver using snabbdom and integration with the Cycle.js framework. | 41 |
plumatic/dommy | A ClojureScript library for manipulating and interacting with the Document Object Model (DOM) in web applications. | 760 |
jonschlinkert/set-value | A library that allows you to set nested properties on an object using dot notation. | 272 |
bendrucker/document-ready | A utility library that provides a simple way to execute code once the DOM has finished loading in modern browsers. | 59 |
ahdinosaur/hyps | A module for creating and updating DOM elements in pure JavaScript | 7 |
mcintyre321/valueof | A library that helps you define and enforce strongly-typed domain values to avoid primitive obsession in your codebase. | 887 |
fcavallarin/domdig | A tool designed to identify vulnerabilities in Single Page Applications by scanning the DOM and simulating user interactions. | 394 |
elclanrs/dom.js | A proof-of-concept implementation of the do monad syntax in JavaScript for functional programming | 11 |