awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRemote Input Verification

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.

Awesome Remote Input Verification GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • guillaumepotier/parsley.jsguillaumepotier 的头像

    guillaumepotier/Parsley.js

    8,978在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗8,978
  1. Home
  2. Web Development
  3. Remote Input Verification