= private = protected
remove(*ids)
Removes the DOM elements with the given ids from the page.
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 493 def remove(*ids) loop_on_multiple_args 'Element.remove', ids end