Rails 在 Chrome 中呈现 .rjs,但在 Firefox 中呈现 .erb

发布于 2024-12-13 14:09:48 字数 269 浏览 3 评论 0原文

我在视图 foo 中,并且

<%= form_tag(foo_path, :method => :post, :remote => true, :class=>'form') do %>

在提交视图时其中有一个远程表单,会发生一些操作,然后 .rjs 文件应该重新渲染部分 div。在 Chrome 中,这工作正常,但在 Firefox 中,html.erb 页面会再次呈现。有人可以帮我吗?

I am in the view foo and have a remote form within it

<%= form_tag(foo_path, :method => :post, :remote => true, :class=>'form') do %>

when submitting the view some action happens and afterwards a .rjs file should rerender a partial div. In Chrome this works fine but in firefox the html.erb page is rendered again. Can someone help me with that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水溶 2024-12-20 14:09:48

rjs 在 Rails 3.1 中已弃用,我们应该使用 js.erb

http://railscasts.com/episodes/ 205-unobtrusive-javascript

rjs is deprecated in rails 3.1, we should use js.erb

http://railscasts.com/episodes/205-unobtrusive-javascript

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文