Ajax.BeginForm 在 Firefox 中不起作用
当我将 Ajax.BeginForm 与 updateTargetId 一起使用时,它在 IE 中工作正常 - 替换 updateTargetId 标记内的 html。 同样的事情将页面重定向到表单的操作。 Ajax.BeginForm 在 Firefox 中工作吗?
When I use Ajax.BeginForm with updateTargetId, it works fine in IE - replacing the html inside updateTargetId's tag. The same thing redirects the page to form's action. Does Ajax.BeginForm work in firefox?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,绝对如此。 您可能有格式不正确的 HTML 或 JavaScript 错误,导致其无法正常工作。
如果您仍然找不到它,请发布渲染的标记,我们可以查看它。
Yes it absolutely does. You probably have either poorly formed HTML or a javascript error that is preventing it from working properly.
If you still can't find it, post the rendered markup and we can look at it.