File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ If you just want to load the library into your website you can either donwload t
39
39
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.6.4/jquery.ui.position.js"></script>
40
40
```
41
41
42
- 1 . Download contents of the ` dist ` folder of this library to you project site, for example to ` libs/contectmenu `
43
- 2 . ` <script src="../lib /jquery-3.2.1.min.js"></script> `
44
- 3 . ` <script src="../lib /jquery.contextMenu.js"></script> `
45
- 4 . ` <script src="../lib /jquery.ui.position.min.js"></script> `
46
- 5 . ` <link rel="stylesheet" href="../lib/contextMenu /jquery.contextMenu.min.css"> `
42
+ 1 . Download contents of the ` dist ` folder of this library to you project site, for example to ` scripts/contextmenu `
43
+ 2 . ` <script src="scripts /jquery-3.2.1.min.js"></script> `
44
+ 3 . ` <script src="scripts/contextmenu /jquery.contextMenu.js"></script> `
45
+ 4 . ` <script src="scripts/contextmenu /jquery.ui.position.min.js"></script> `
46
+ 5 . ` <link rel="stylesheet" href="scripts/contextmenu /jquery.contextMenu.min.css"> `
47
47
48
48
## Features
49
49
You can’t perform that action at this time.
0 commit comments