移动网站表单验证
您更喜欢哪种方法/插件来进行移动表单验证。即使在具有良好 JavaScript 支持的旧手机上也是如此。
我没有使用 jQuery Mobile 或 Sencha。我需要独立的解决方案,错误应该以警报框的形式出现。
What method/plugin you would prefer for Mobile form validation. Even on older mobile who has decent JavaScript support.
I'm not using jQuery Mobile or Sencha. I need standalone solution and error should come as alert box.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在输入字段中使用“required”和“pattern”标签。
例如:
You can use "required" and "pattern" tag in input field.
For exaple: