search for: list_items_div

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

2006 Mar 19
0
RJS Templates Don''t Automatically Eval
...ound at: http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates and http://rails.techno-weenie.net/tip/2005/11/29/ajaxed_forms_with_rjs_templates My template is very simple right now, I just include the partial that I would have been updating from before: page.replace_html ''list_items_div'', :partial => ''items'' Which all works fine, if I put add a :complete to my form_remote_tag it will work just as advertised, but I''m concerned something is wrong if I have to do this, and if its fixed later I''d get the eval happening twice which could...