shinyjster_js.Rd
Function to be called first inside the definition of the Shiny UI.
shinyjster_js(..., set_timeout = TRUE)
JavaScript text to be put in a script.
If TRUE
(default), the JavaScript provided is executed 250 milliseconds after the document is ready. Otherwise, code is included as is.
This function also includes shinyjster_ui()
and wraps all JavaScript using js_script()
.