4 Repos
Mechanisms for attaching and retrieving arbitrary JavaScript objects associated with specific DOM nodes.
Distinct from Element Attributes: Distinct from Element Attributes by storing complex JavaScript objects internally rather than just managing string-based HTML attributes.
Explore 4 awesome GitHub repositories matching web development · Element Data Storage. Refine with filters or upvote what's useful.
Zepto is a minimalist JavaScript toolkit providing an API for DOM manipulation, event handling, and asynchronous HTTP requests. It functions as a jQuery-compatible library, allowing developers to select, modify, and animate HTML elements using a concise and chainable syntax. The library includes an asynchronous HTTP client for exchanging data with remote servers without triggering page reloads and a browser-based event handler that supports standard mouse events and mobile touch gestures. Its capability surface covers CSS selector-based querying, element transition animations, and the serial
Allows associating arbitrary JavaScript objects with specific DOM nodes using an internal storage mechanism.
Cash is a lightweight DOM manipulation library and HTML element wrapper designed as an alternative to jQuery for selecting and modifying elements in modern browsers. It functions as a modular DOM framework and JavaScript utility library, providing a system to wrap DOM nodes into actionable collections for batch processing. The project is built with a modular design that supports tree-shaking, allowing build tools to exclude unused methods to minimize the final bundle size. It provides mechanisms for extending the core functionality and collection prototypes to implement reusable plugins and c
Provides a system for attaching and retrieving custom JavaScript data objects associated with DOM nodes.
Cash ist eine leichtgewichtige JavaScript-Bibliothek zum Auswählen und Modifizieren von HTML-Elementen in modernen Browsern. Sie fungiert als verkettbarer Element-Wrapper und DOM-Manipulations-Dienstprogramm und bietet eine minimale Alternative für die Verwaltung von Browser-DOM-Operationen. Die Bibliothek verwendet einen sammlungsbasierten Wrapper für DOM-Knoten, der es ermöglicht, mehrere Modifikationen und Stil-Updates in einer einzigen Sequenz durchzuführen. Sie ist darauf ausgelegt, eine ähnliche API für Event-Handling und Elementverwaltung bei geringem Footprint bereitzustellen. Das Projekt deckt ein breites Spektrum an DOM-Manipulationsfähigkeiten ab, einschließlich Elementauswahl, Baumtraversierung und struktureller Änderungen. Es enthält Dienstprogramme zur Verwaltung von CSS-Klassen, Attributen und Stilen sowie Systeme für Event-Handling, Datenmanagement und Dimensionsberechnung. Die Kernfunktionalität kann durch einen Prototyp-basierten Mechanismus zur Hinzufügung benutzerdefinierter Methoden und gemeinsamer Dienstprogramme erweitert werden.
Ships a system for reading and writing values to data-attributes using key-value mapping.
mdui is a framework-agnostic UI library and design system based on Material Design 3 standards. It provides a comprehensive set of reusable interface elements implemented as native Web Components, ensuring compatibility across different JavaScript frameworks. The library features a sophisticated theming system that supports light and dark modes, as well as the ability to generate dynamic color palettes from seed colors or image sources. It distinguishes itself with a high level of flexibility in visual customization, using CSS custom properties to control design tokens such as typography, cor
Supports storing and retrieving custom data on DOM elements, including the use of data-attributes.