search for: div_for_stuff

Displaying 1 result from an estimated 1 matches for "div_for_stuff".

2006 Apr 04
7
Not getting the whole RJS-based partial rendering concept ...
...ccomplish is the following (part 1 works and part 2 does not): 1. One of my views has a link_to_remote which updates a div container with a table of data my example is <div id="linkdiv"> <%= link_to_remote( "(display stuff)", :update => "div_for_stuff", :url => "/stuff/do_stuff" ) %> </div> <div id="div_for_stuff"> </div> This works, the page adjusts and the table appears in div_for_stuff 2. At the point where the table appears I would like for the above link to be replaced...