awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesCustom Attribute Handlers

Registers specialized processing for HTML attributes to handle cross-browser differences during selection.

Distinct from Custom Attribute Validators: Distinct from Custom Attribute Validators: focuses on attribute processing for selection, not validation.

Explore 2 awesome GitHub repositories matching web development · Custom Attribute Handlers. Refine with filters or upvote what's useful.

Awesome Custom Attribute Handlers 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.
  • jquery/sizzleAvatar de jquery

    jquery/sizzle

    6,306Voir sur GitHub↗

    A sizzlin' hot selector engine.

    Registers custom attribute handlers for cross-browser selector compatibility.

    JavaScript
    Voir sur GitHub↗6,306
  • python-attrs/attrsAvatar de python-attrs

    python-attrs/attrs

    5,799Voir sur GitHub↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Customizes equality and ordering comparison for individual attributes using a callable.

    Python
    Voir sur GitHub↗5,799
  1. Home
  2. Web Development
  3. Custom Data Attributes
  4. Custom Attribute Validators
  5. Custom Attribute Handlers

Explorer les sous-tags

  • Comparison Attribute Selectors1 sous-tagConfigures which attributes participate in equality and ordering checks and how they compare. **Distinct from Custom Attribute Handlers:** Distinct from Custom Attribute Handlers: focuses on selecting attributes for comparison logic, not HTML attribute processing.