Displaying 1 result from an estimated 1 matches for "another_el".
Did you mean:
another_fn
2006 Apr 25
2
Question about Callbacks in link_to_remote
Currently, I have a link_to_remote like this:
<%= link_to_remote("Get Results",
:update => ''query_results'',
:with => "''tags='' + $F(''query_tags'')",
:loading => "new Effect.Appear(''comment_loading'')",
:complete