= private = protected
hide(*ids)
Hides the visible DOM elements with the given ids.
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 503 def hide(*ids) loop_on_multiple_args 'Element.hide', ids end