gpt4 book ai didi

ruby-on-rails - Rails AJAX ERB 查看问题 link_to_remote

转载 作者:行者123 更新时间:2023-12-04 05:52:43 25 4
gpt4 key购买 nike

拉尔 3.0

我的问题是使用 link_to_remote 进行 ajax 调用。

2.3.8 Ajax调用

<%= link_to_remote image_tag("../images/services_button.jpg", :mouseover => 
"../images/services_button_over.jpg"), :url =>{:controller => :dashboard, :action => :service} %>

当前 View -

<% link_to_remote view_path do %>
About Us<span>Who we are</span>
<% end %>

如何将我当前的 View 代码转换为 ajax 调用?我试过这样的事情......

<% link_to_remote "hello", :url=>{:controller=>:sae,:action=>:bam} do %>
About Us<span>Who we are</span>
<% end %>

提前感谢您的帮助。

尝试做基本的...基本的.. UJS。

使 div 上升的非常简单的 AJAX 调用。虽然它不起作用。尝试从 2.3.8 过渡到 3.0。任何帮助是极大的赞赏。我已经用谷歌搜索了,尽管我无法理解这些行话。 :( 提前致谢

查看:

<div class="test">
Whompa
</div>
<%= link_to 'Blind-Up', :controller=>:home,:actions=>:test, :remote =>true %>

Controller :

  def test
render :update do |page|
page[:test].visual_effect :blind_up
end
end

最佳答案

Rails 3 语法现在是 <%= link_to "hello", :remote => true %> .网上有很多关于使用新语法进行 ajax 调用的博客文章/教程 - 我推荐 http://code.alexreisner.com/articles/link-to-remote-with-ujs.html , http://blog.solnic.eu/2009/09/08/unobtrusive-javascript-helpers-in-rails-3http://www.simonecarletti.com/blog/2010/06/unobtrusive-javascript-in-rails-3/作为一个很好的起点。希望对您有所帮助!

关于ruby-on-rails - Rails AJAX ERB 查看问题 link_to_remote,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3733296/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com