awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesData Attribute Mapping

Mechanisms for extracting text from DOM data attributes to be used in other operations.

Distinct from Element Attributes: Focuses on retrieving text for copying from data attributes, rather than general configuration of DOM attributes.

Explore 3 awesome GitHub repositories matching web development · Data Attribute Mapping. Refine with filters or upvote what's useful.

Awesome Data Attribute Mapping GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zenorocha/clipboard.jsالصورة الرمزية لـ zenorocha

    zenorocha/clipboard.js

    34,140عرض على GitHub↗

    clipboard.js is a lightweight JavaScript library and browser API wrapper designed to manage text transfers to the system clipboard. It functions as a DOM event clipboard manager that enables the copying and cutting of text from web page elements. The library provides mechanisms for dynamic text transfer, allowing text to be resolved from static HTML elements, specific data attributes, or programmatically defined strings at runtime. It includes an event-driven callback system to trigger user interface feedback or custom actions upon the success or failure of a clipboard operation. The tool im

    Implements text retrieval by reading specific data attributes from trigger elements.

    JavaScriptclipboardjavascript
    عرض على GitHub↗34,140
  • pbakaus/scrollerالصورة الرمزية لـ pbakaus

    pbakaus/scroller

    3,907عرض على GitHub↗

    Scroller is a JavaScript library for implementing pan-and-zoom interactions on HTML elements and Canvas rendering surfaces. It functions as a viewport state manager and kinetic scrolling engine that translates touch and mouse pointer events into scaled offsets for fluid navigation. The library features a kinetic motion system that simulates deceleration and edge bouncing. It includes specific mechanisms for pull-to-refresh triggers and supports point-relative zoom scaling to keep the focal point centered on the user's cursor. The system provides a range of movement controls, including axis-l

    Allows automatic initialization of scrolling and zooming logic via HTML data attributes.

    JavaScript
    عرض على GitHub↗3,907
  • bbc/imager.jsالصورة الرمزية لـ bbc

    bbc/Imager.js

    3,820عرض على GitHub↗

    Imager.js is a responsive image loader library and asset delivery optimizer. It serves as a browser-based image manager that delivers optimized image variants based on device screen dimensions and pixel density. The library maps abstract image identifiers to concrete network requests for third-party hosting services. It dynamically updates image source attributes during window resize events and translates numeric widths into custom strings to match specific asset naming conventions. The system provides capabilities for responsive image delivery, including lazy loading to defer downloads unti

    Uses HTML data attributes to store image breakpoints and asset identifiers, decoupling configuration from rendering logic.

    JavaScript
    عرض على GitHub↗3,820
  1. Home
  2. Web Development
  3. Element Attributes
  4. Data Attribute Mapping

استكشف الوسوم الفرعية

  • Configuration MappingsMechanisms for mapping HTML data attributes to internal configuration logic and image breakpoints. **Distinct from Data Attribute Mapping:** Distinct from Data Attribute Mapping which focuses on simple text extraction; this handles structural configuration for rendering logic.
  • Initialization MappingsMechanisms that use DOM data attributes to automatically configure and initialize component logic. **Distinct from Data Attribute Mapping:** Distinct from Data Attribute Mapping: focuses on the initialization of logic rather than just extracting text for other operations.