I work with Shiny Dashboard.
I want to include jQuery
in the App.
However, when I add these lines
tags$script(src = "https://code.jquery.com/jquery-3.1.1.min.js")
the app breakes completely. The layout gets messed up, buttons are not clickable anymore and so forth.
I can include jQuery
in the "normal" Shiny App without these problems.
Does Shiny Dashboard forbid to include jQuery
?