Returns ‘eval(request.responseText)’ which is the JavaScript function that form_remote_tag can call in :complete to evaluate a multiple update return document using update_element_function calls.
Source Code
# File action_view/helpers/prototype_helper.rb, line 427 def evaluate_remote_response "eval(request.responseText)" end
<code/>and<pre/>for code samples.