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

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

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

1 个仓库

Awesome GitHub RepositoriesPre-Commit Input Callbacks

Custom JavaScript functions executed to validate or transform user input before data is committed.

Distinct from Validation Failure Callbacks: Focuses on the logic executed before data commit, whereas validation failure callbacks trigger after a failure has occurred.

Explore 1 awesome GitHub repository matching web development · Pre-Commit Input Callbacks. Refine with filters or upvote what's useful.

Awesome Pre-Commit Input Callbacks GitHub Repositories

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

    vitalets/x-editable

    6,505在 GitHub 上查看↗

    x-editable 是一个 jQuery 原位编辑库,将静态内容转换为可编辑字段。它作为一个内联内容编辑器,允许直接在网页上进行更新,而无需页面导航。 该库包括一个可定制的输入渲染器,支持文本字段、日期选择器和富文本编辑器等多种格式。它还具有客户端输入验证器,用于在提交更改之前根据特定规则验证编辑后的值。 该工具包与包括 Bootstrap 和 jQuery UI 在内的 UI 框架集成。它提供可配置的交互触发器(如单击或双击)来激活编辑模式。

    Implements callback-based logic to verify user input before committing changes to the data source.

    JavaScript
    在 GitHub 上查看↗6,505
  1. Home
  2. Web Development
  3. Response Validation
  4. Validation Failure Callbacks
  5. Pre-Commit Input Callbacks