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

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

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

2 مستودعات

Awesome GitHub RepositoriesDynamic Input Styling

Tools that detect new form elements in the DOM to apply custom visual styles automatically.

Distinct from Dynamic Element Observation: Focuses on the application of styles to new elements rather than observing them for lazy loading triggers.

Explore 2 awesome GitHub repositories matching web development · Dynamic Input Styling. Refine with filters or upvote what's useful.

Awesome Dynamic Input Styling GitHub Repositories

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

    drgullin/icheck

    7,300عرض على GitHub↗

    iCheck is a custom form input library that replaces native checkboxes and radio buttons with customizable visual wrappers. It ensures a uniform visual experience across different browsers by masking native form elements and rendering custom HTML structures. The project provides a common interface that functions across both jQuery and Zepto. It includes a dynamic styler that detects and applies custom styles to form elements added to a page after the initial load. The library incorporates an accessibility layer that injects ARIA attributes and keyboard event listeners to ensure custom inputs

    Automatically detects and applies custom styles to form elements added to the page via dynamic content updates.

    CSS
    عرض على GitHub↗7,300
  • leaverou/prefixfreeالصورة الرمزية لـ LeaVerou

    LeaVerou/prefixfree

    3,792عرض على GitHub↗

    prefixfree is a runtime CSS processor and polyfill library designed to ensure cross-browser visual consistency. It functions as a client-side script that automatically detects browser requirements and injects necessary vendor prefixes into CSS properties and values at runtime. The project utilizes a system that intercepts stylesheets and modifies style rules in browser memory. It includes a DOM mutation style monitor that observes the document tree for new elements to apply prefixing logic to dynamic content and attributes. The library provides polyfilling for modern CSS standards in legacy

    Detects new elements in the DOM to automatically apply prefixing logic to dynamic content.

    JavaScript
    عرض على GitHub↗3,792
  1. Home
  2. Web Development
  3. Dynamic Content Loading
  4. Dynamic Input Styling