Displaying 2 results from an estimated 2 matches for "entrylin".
Did you mean:
  entrylen
  
2006 Apr 14
11
Whats the best Ajax way to update a textarea''s text?
I am looking for a way to update the text-value within a textarea from 
an Ajax render call inside of a controller. Is there a way to do this 
without rendering an the partial containing the textarea?
Thanks,
Andy
-- 
Posted via http://www.ruby-forum.com/.
2006 Apr 07
3
RJS removing content of div, but not div itself
...ipt_include_tag "prototype" %>
    <%= stylesheet_link_tag "listdemo", :media => "all" %>
  </head>
  <body>
    <h3>Ingredient list</h3>
    <p> Enter the name and amount for each ingredient</p>
    <div class = "Entryline">
      <%= render(:partial => ''entry_form'') %>
    </div>
    
    <div id=''my_list''>   
    </div>
    
  </body>
</html>
------------------  _entry_form.rhtml  -------------------
<%= form_remote_tag(:update =...