手动显示 html5 验证标注弹出窗口
我想手动显示 html5 验证标注弹出窗口。我想检查用户是否在文本框中输入了错误的字符串模式,然后希望显示与在文本框中使用标记 required="required" 时在 html5 中默认获得的验证标注相同的验证标注。
I want to show html5 validation callout popup manually. I want to check if user enters wrong string pattern in text box then want to show validation callout same as we get by default in html5 when use flag required="required" in text box.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你尝试过html5中form-element的新功能吗?
您可以在此 mdn 页面的底部找到它们:
https://developer.mozilla.org/en /HTML/Forms_in_HTML
Have you tried the new functions of the form-element in html5?
You can find them at the bottom of this mdn page:
https://developer.mozilla.org/en/HTML/Forms_in_HTML