= private = protected
toggle(*ids)
Toggles the visibility of the DOM elements with the given ids.
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 566 def toggle(*ids) call 'Element.toggle', *ids end