Displaying 1 result from an estimated 1 matches for "list_result".
Did you mean:
last_result
2006 Apr 21
3
rjs in multiple ajax page
Sorry for the long explanation but I''m having trouble integrating rjs into my
form page. Here''s my page:
<div id="posts">
<ul id="post_list"><%= render :partial => ''list_results'', :collection =>
@posts %></ul>
<p><%= link_to_remote(''+'',
:url => {:action => ''new''},
:update => ''new_post'',
:loading => visual_effect(:slide_down, "new_post", :duration => 0.5))
%...