Displaying 1 result from an estimated 1 matches for "content_element_id".
2011 Aug 18
9
RJS error rails 1.2.3 + firefox 4 and above
...functionality using ajax(link_to_remote) method. It''s working fine in
mozilla 3 and below version..
But when I using in mozilla 4 expand functinality was working fine but
collapse are not work, it''s just ''wrinkls''.
My code is like below
<tr id="<%= content_element_id %>">
<%= link_to_collapse(:school, content_element_id,
icon_for_backend_collapse) %>
<%= link_to_expand(:school, content_element_id, icon_for_backend_expand)
%>
def link_to_expand(model_name, content_element_id, link_text)
link_to_remote(link_text,...