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
?
jQuery
is not working. I thought so too, that shiny (dashboard) includes jQuery. However, when I use it without referencing to a.js
file, it does not work properly. – Gurolinick