jquery_core {jquerylib} | R Documentation |
Obtain jQuery Core as an HTML dependency
jquery_core(major_version = 3, minified = getOption("shiny.minified",
TRUE))
major_version |
The major version of jQuery Core. Currrently 1, 2, and 3 are supported. |
minified |
whether or not to provide a minified JavaScript file. |
A htmltools::htmlDependency()
object.