File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ EnjoyHint is free software distributed under the terms of MIT license.
11
11
#### Dependencies
12
12
EnjoyHint require the following plugins and libs:
13
13
14
- * jQuery > 1.7
15
- * KineticJS v5.1.0 (included into js file)
14
+ * jQuery v3.5.1
15
+ * jQuery.scrollTo v2.1.2
16
+ * KineticJS > v5.1.0
16
17
17
18
#### Installation
18
19
You can install it through ` bower ` package manager:
@@ -25,6 +26,11 @@ Alternative way:
25
26
- Move the EnjoyHint directory to somewhere on your webserver
26
27
- Insert next lines into your page's \< head\> tag:
27
28
``` html
29
+ <!-- External libraries -->
30
+ <script src =" https://code.jquery.com/jquery-3.5.1.min.js" ></script >
31
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/kineticjs/5.2.0/kinetic.js" ></script >
32
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.2/jquery.scrollTo.min.js" ></script >
33
+ <!-- Enjoyhint library -->
28
34
<link href =" <pathontheserver>/enjoyhint/enjoyhint.css" rel =" stylesheet" >
29
35
<script src =" <pathontheserver>/enjoyhint/enjoyhint.min.js" ></script >
30
36
```
You can’t perform that action at this time.
0 commit comments