Displaying 1 result from an estimated 1 matches for "linkdiv".
Did you mean:
linkdir
2006 Apr 04
7
Not getting the whole RJS-based partial rendering concept ...
...t, but have not had any luck yet and apparently
I am not following the general idea...
What I am trying to accomplish 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 tab...