shinyjs (original) (raw)

Easily improve the user experience of your Shiny apps in seconds

shinyjs lets you perform common useful JavaScript operations in Shiny apps that will greatly improve your apps.

Without having to know any JavaScript.

What can shinyjs do?

Hide (or show) an element

Disable (or enable) an input

Reset an input back to its original value

Delay code execution by a few seconds

Easily call your own JavaScript functions from R

Many useful functions for both app developers and users