= 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 551 def remove(*ids) record "#{javascript_object_for(ids)}.each(Element.remove)" end