jquery_core {jquerylib}R Documentation

Obtain jQuery Core as an HTML dependency

Description

Obtain jQuery Core as an HTML dependency

Usage

jquery_core(major_version = 3, minified = getOption("shiny.minified",
  TRUE))

Arguments

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.

Value

A htmltools::htmlDependency() object.


[Package jquerylib version 0.1.4 Index]