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