Displaying 1 result from an estimated 1 matches for "test_div_this".
2009 Apr 21
0
open flash chart and ajax
...iew (dashboard.html.erb ) like
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
   <td>
     <%= link_to_remote ''Refresh'', {:url => request_summary_graph_path},
                :update => "test_div_this" %>
   </td>
</tr>
<tr>
   <td >
     <div id="test_div">
       <%= @graph %>
     </div>
   </td>
</tr>
</table>
         What i am trying to do when clicking on Refresh link the
portion inside div "test_div"...