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

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

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

3 个仓库

Awesome GitHub RepositoriesRemote Input Validation

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.

Awesome Remote Input Validation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jquery-validation/jquery-validationjquery-validation 的头像

    jquery-validation/jquery-validation

    10,327在 GitHub 上查看↗

    这是一个 jQuery 插件和客户端表单验证器,用于在提交到服务器之前验证 Web 表单输入。它采用基于规则的验证引擎,根据预定义或自定义规则检查用户输入,以确保浏览器中的数据完整性。 该工具被设计为一个符合 ARIA 标准的验证系统,使用辅助功能属性将错误消息链接到输入字段。这确保了屏幕阅读器用户在表单提交过程中,当字段包含无效值时会收到通知。 该系统支持通过异步 HTTP 请求进行远程服务器验证,并允许动态规则注入以添加自定义验证逻辑。它通过 DOM 链接的错误渲染来管理用户界面,并使用事件驱动的触发器在焦点、失焦或提交事件期间执行检查。

    Verifies form field values by sending asynchronous HTTP requests to a remote server endpoint.

    JavaScript
    在 GitHub 上查看↗10,327
  • 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

    Provides a remote validation interface to verify form values against server endpoints via asynchronous network requests.

    JavaScript
    在 GitHub 上查看↗8,978
  • thinkgem/jeesitethinkgem 的头像

    thinkgem/jeesite

    8,044在 GitHub 上查看↗

    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.

    Vue
    在 GitHub 上查看↗8,044
  1. Home
  2. Web Development
  3. Remote Input Validation