Skip to contents

Shows one element while hiding another element via shinyjs. Provides a simple toggle between two HTML elements without animations.

Usage

hide_and_show(hide_id, show_id)

Arguments

hide_id

String. ID of the element to hide.

show_id

String. ID of the element to show.