File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Describe your issue here.
66* which browser and its version
77
88## Steps to reproduce
9- Tell us how to reproduce this issue. Please provide a working demo, you can use [ this template] ( https://jsfiddle.net/dweiss/dqyvh6vr/ ) as a base.
9+ Tell us how to reproduce this issue. Please provide a working demo, you can use [ this template] ( https://jsfiddle.net/adumesny/jqhkry7g ) as a base.
1010
1111## Expected behaviour
1212Tell us what should happen
Original file line number Diff line number Diff line change @@ -63,13 +63,15 @@ Using gridstack.js with jQuery UI
6363
6464``` html
6565<link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.min.css" />
66+ <script src =" https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" ></script >
6667<script src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.all.js" ></script >
6768```
6869
6970* Using CDN (debug):
7071
7172``` html
7273<link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.css" />
74+ <script src =" https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" ></script >
7375<script src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.js" ></script >
7476<script src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/jquery-ui.js" ></script >
7577<script src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5/dist/gridstack.jQueryUI.js" ></script >
@@ -79,6 +81,7 @@ Using gridstack.js with jQuery UI
7981
8082``` html
8183<link rel =" stylesheet" href =" gridstack.css" />
84+ <script src =" https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" ></script >
8285<script src =" gridstack.js" ></script >
8386<script src =" jquery-ui.js" ></script >
8487<script src =" gridstack.jQueryUI.js" ></script >
You can’t perform that action at this time.
0 commit comments