awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesElement Data Storage

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.

Awesome Element Data Storage GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • madrobby/zeptoAvatar de madrobby

    madrobby/zepto

    15,104Voir sur GitHub↗

    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.

    HTML
    Voir sur GitHub↗15,104
  • fabiospampinato/cashAvatar de fabiospampinato

    fabiospampinato/cash

    7,041Voir sur GitHub↗

    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.

    JavaScriptcashdomjavascript
    Voir sur GitHub↗7,041
  • kenwheeler/cashAvatar de kenwheeler

    kenwheeler/cash

    7,039Voir sur GitHub↗

    Cash est une bibliothèque JavaScript légère pour sélectionner et modifier des éléments HTML dans les navigateurs modernes. Elle fonctionne comme un wrapper d'élément chaînable et un utilitaire de manipulation DOM, fournissant une alternative minimale pour gérer les opérations DOM du navigateur. La bibliothèque utilise un wrapper basé sur une collection pour les nœuds DOM, permettant d'effectuer plusieurs modifications et mises à jour de style dans une seule séquence. Elle est conçue pour fournir une API similaire pour la gestion des événements et la gestion des éléments tout en conservant une empreinte réduite. Le projet couvre un large éventail de capacités de manipulation DOM, y compris la sélection d'éléments, la traversée d'arbres et les altérations structurelles. Il inclut des utilitaires pour gérer les classes CSS, les attributs et les styles, ainsi que des systèmes pour la gestion des événements, la gestion des données et le calcul des dimensions. La fonctionnalité principale peut être étendue via un mécanisme basé sur le prototype pour ajouter des méthodes personnalisées et des utilitaires partagés.

    Ships a system for reading and writing values to data-attributes using key-value mapping.

    JavaScript
    Voir sur GitHub↗7,039
  • zdhxiong/mduiAvatar de zdhxiong

    zdhxiong/mdui

    4,517Voir sur GitHub↗

    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.

    TypeScriptcssjavascriptmaterial
    Voir sur GitHub↗4,517
  1. Home
  2. Web Development
  3. Element Attributes
  4. Element Data Storage