@@ -64,19 +64,19 @@ Using gridstack.js with jQuery UI
6464* Using CDN (minimized):
6565
6666``` html
67- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.min.css" />
67+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.2 /dist/gridstack.min.css" />
6868<script src =" https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" ></script >
69- <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.all.js" ></script >
69+ <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.2 /dist/gridstack.all.js" ></script >
7070```
7171
7272* Using CDN (debug):
7373
7474``` html
75- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.css" />
75+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.2 /dist/gridstack.css" />
7676<script src =" https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" ></script >
77- <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.js" ></script >
78- <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/jquery-ui.js" ></script >
79- <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.jQueryUI.js" ></script >
77+ <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.2 /dist/gridstack.js" ></script >
78+ <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.2 /dist/jquery-ui.js" ></script >
79+ <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.2 /dist/gridstack.jQueryUI.js" ></script >
8080```
8181
8282* or local:
@@ -196,7 +196,7 @@ $('.grid-stack').gridstack( {column: N} );
196196
1971972 ) include ` gridstack-extra.css ` if ** N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
198198``` html
199- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack-extra.css" />
199+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.2 /dist/gridstack-extra.css" />
200200
201201<div class =" grid-stack grid-stack-N" >...</div >
202202```
0 commit comments