method
update_page
v3.0.0 -
Show latest stable
- Class:
ActionView::Helpers::PrototypeHelper
update_page(&block)public
Yields a JavaScriptGenerator and returns the generated JavaScript code. Use this to update multiple elements on a page in an Ajax response. See JavaScriptGenerator for more information.
Example:
update_page do |page| page.hide 'spinner' end