2 रिपॉजिटरी
Enforcement of correctness rules using HTML data attributes to define constraints declaratively.
Distinct from HTML Attribute Validation: Existing candidates focus on JSX attribute validity or reactive bindings, not driving validation logic via data-attributes.
Explore 2 awesome GitHub repositories matching web development · Attribute-Driven Validation. Refine with filters or upvote what's useful.
Parsley.js is a JavaScript form validation library that provides a client-side data validator for verifying input correctness before submission. It functions as an HTML attribute-based validator, allowing constraints to be defined declaratively within HTML data attributes to enforce rules without requiring custom scripts. The framework distinguishes itself through a customizable validation system that supports user-defined rules and custom error message templates. It includes a remote validation interface to verify form values against server endpoints via asynchronous network requests and sup
Enforces validation rules through HTML data attributes, removing the need for custom JavaScript definitions.
Backbone.validation is a JavaScript library designed to enforce data integrity within Backbone.js models. It provides a framework for defining declarative validation schemas that intercept attribute changes, ensuring that data meets specified business requirements before it is committed to the model. The library distinguishes itself by tightly coupling model-level validation with user interface components. It features an event-driven binding system that monitors model states and automatically triggers interface updates, providing real-time feedback as users interact with forms. This approach
Intercepts attribute changes on data models to verify them against defined integrity rules.