form-validation

时间:2024-06-19 22:33:20
【文件属性】:

文件名称:form-validation

文件大小:724KB

文件格式:ZIP

更新时间:2024-06-19 22:33:20

JavaScript

客户端验证选项 在客户端验证方面,您有两种选择: JavaScript 验证:您使用 JavaScript 开发验证逻辑。 或者您可以使用库来执行此操作。 内置表单验证:您可以使用 HTML5 表单验证功能。 此验证比 JavaScript 验证具有更好的性能。 但是,它不像 JavaScript 验证那样可定制。 JavaScript 验证 您将创建一个带有四个输入字段的简单注册表单:用户名、电子邮件、密码和确认密码。 当您点击注册而不填写任何内容或填写不正确的数据格式时,表单将显示错误消息: 验证用户名 验证电子邮件 验证密码 验证确认密码


【文件预览】:
form-validation-main
----css()
--------bootstrap-grid.css.map(154KB)
--------bootstrap-reboot.min.css(4KB)
--------bootstrap.css.map(497KB)
--------bootstrap.min.css(157KB)
--------bootstrap-reboot.css(5KB)
--------bootstrap-grid.min.css(49KB)
--------bootstrap.css(194KB)
--------bootstrap-reboot.css.map(75KB)
--------bootstrap-reboot.min.css.map(32KB)
--------custom.css(2KB)
--------bootstrap.min.css.map(632KB)
--------bootstrap-grid.css(66KB)
--------bootstrap-grid.min.css.map(112KB)
----index.html(2KB)
----js()
--------bootstrap.bundle.min.js(82KB)
--------bootstrap.bundle.js.map(399KB)
--------bootstrap.bundle.js(231KB)
--------bootstrap.min.js(62KB)
--------bootstrap.js.map(247KB)
--------bootstrap.min.js.map(187KB)
--------bootstrap.bundle.min.js.map(308KB)
--------app.js(4KB)
--------bootstrap.js(140KB)
----README.md(1KB)

网友评论