3 dépôts
Mechanisms for verifying user input by making asynchronous requests to server-side endpoints.
Distinct from Remote Server Testing: Candidates focus on TLS, server administration, or testing suites; this is about real-time form field verification against a backend.
Explore 3 awesome GitHub repositories matching web development · Remote Input Validation. Refine with filters or upvote what's useful.
This project is a jQuery plugin and client-side form validator used to verify web form inputs before they are submitted to a server. It employs a rule-based validation engine to check user input against predefined or custom rules to ensure data integrity in the browser. The tool is designed as an ARIA-compliant validation system, using accessibility attributes to link error messages to input fields. This ensures that screen reader users are notified when a field contains an invalid value during the form submission process. The system supports remote server validation via asynchronous HTTP re
Verifies form field values by sending asynchronous HTTP requests to a remote server endpoint.
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
Provides a remote validation interface to verify form values against server endpoints via asynchronous network requests.
Jeesite is a full-stack low-code development framework designed for building enterprise administrative portals using Spring Boot, MyBatis, and Vue. It functions as a comprehensive platform for creating administrative dashboards with integrated role-based access control and organizational data permission systems. The framework distinguishes itself through a combination of automated CRUD code generation and an integrated RAG platform that connects large language models to enterprise data via vector stores. It further incorporates a BPMN-based workflow engine to automate complex business process
Provides real-time form field verification by making asynchronous requests to backend API endpoints.