1 dépôt
Defining validation rules directly within HTML data attributes to eliminate the need for boilerplate JavaScript.
Distinct from Data Attribute Mapping: Closest candidates focus on object mapping or visual attributes; this is specifically about using HTML attributes to drive validation logic.
Explore 1 awesome GitHub repository matching web development · Declarative HTML 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
Implements a declarative system where validation constraints are defined using HTML data attributes.