在部分视图中进行不显眼的客户端验证
我有一个在 jQuery UI 对话框中呈现的部分视图。因为它是动态内容,所以不引人注目的客户端验证不起作用。为了获得它,我必须强制验证器调用 $.validator.unobtrusive.parse();
解析表单的内容。但这不起作用。我的浏览器报告unobtrusive对象未定义。 为什么会这样?也许 jQuery 库发生了一些变化,现在整个事情的工作方式都不同了。我正在使用jquery-1.6
I have a partial view which gets rendered within a jQuery UI dialog. Because it's dynamic content, unobrusive clientside validation wouldn't work. In order to get it, I have to force validator to parse form's content calling $.validator.unobtrusive.parse();
. But it doesn't work. My browser reports that unobtrusive object is undefined.
Why it's happening? Maybe there were some changes in jQuery library and now entire thing works differently. I'm using jquery-1.6
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能会找到以下博客文章 有用。
You might find the following blog post useful.