File: jquery.md

package info (click to toggle)
r-cran-jquerylib 0.1.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 144 kB
  • sloc: sh: 28; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# jquery_core(3) can be rendered

    Code
      as.character(script)
    Output
      [1] "<script src=\"lib/3.6.0/jquery-3.6.0.min.js\"></script>"

# jquery_core(2) can be rendered

    Code
      as.character(script)
    Output
      [1] "<script src=\"lib/2.2.4/jquery-2.2.4.js\"></script>"

# jquery_core(1) can be rendered

    Code
      as.character(script)
    Output
      [1] "<script src=\"lib/1.12.4/jquery-1.12.4.min.js\"></script>"