1 Repo
Real-time verification of form field values against a server endpoint via asynchronous network requests.
Distinct from Remote Data Autocompletes: Candidates focus on data inspection or script verification; this is about validating form field values against a backend.
Explore 1 awesome GitHub repository matching web development · Remote Input Verification. 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
Verifies form field values against remote server endpoints in real time using asynchronous requests.