<%= link_to_remote "See more", :url => { :action => "aajax_activity", :page_current => (@page_current.to_i + 1), :user_id=>@sampleuser_profile.id }, :update => "sbottom_activity_#{@page_current.to_s}", :position => :before %>
工作時轉換這link_to_remote在軌道3 LINK_TO不工作的link_to與遠程真不導軌3
<%= link_to "See more" , :url => { :action => "aajax_activity", :page_current => (@page_current.to_i + 1), :user_id=>@sampleuser_profile.id }, :update => "sbottom_activity_#{@page_current.to_s}", :position => :before ,:remote=>true %>
什麼想法?
它不起作用?你有什麼錯誤等? – Heikki 2011-01-07 11:28:42