mvc3 .net 不显眼的 Javascript - 有时有效,但并不总是有效
验证有时会在按 Tab 键时起作用,但并非总是如此。例如,加载网页、从必填字段删除(退格)数据、选项卡 - 验证有时会触发,有时不会。
如果我删除同一字段的数据并提交表单,则会触发验证并提交失败。然后该字段的验证从此可以正常工作。
这是不显眼的 javascript 的标准功能吗?
The validation sometimes works when tabbing but not always. For example, load webpage, delete (backspace) data from required field, tab - validation sometimes fires, sometimes doesn't.
If I delete the same field's data and submit the form, validation fires and submission fails. Then validation on this field works correctly from then on.
Is this the standard functionality of unobtrusive javascript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以放置以下脚本以在跳出字段时启用验证:
You could put the following script to enable validation when tabing out of a field: