客户端表单验证?
有谁知道这个页面上的表单验证是如何完成的: https://donate.mozilla.org/page/contribute/the-mozilla-story?source=20111200_snippet_v1&WT_mc_id=story1
这是一个 jquery 插件还是一些 html5 功能。我可以使用它吗?
Does anybody know how is form validation done on this page:
https://donate.mozilla.org/page/contribute/the-mozilla-story?source=20111200_snippet_v1&WT_mc_id=story1
is this a jquery plugin or some html5 feature. Can I use it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
快速浏览一下代码就会发现它是一个自定义验证函数。如果有帮助的话,这就是它的样子。
就 jquery 插件而言,我通常选择的是这个 ->
j查询工具验证器
弹出模式本身是此处显示的另一个自定义函数 ->
A quick overview of the code shows that it's a custom validation function. Here's what it looks like if it helps.
As far as a jquery plugin goes, the one i typically go for is this one ->
jquery tools validator
The popup modal itself is another custom function shown here ->