@@ -62,19 +62,19 @@ Using gridstack.js with jQuery UI
6262* Using CDN (minimized):
6363
6464``` html
65- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5 /dist/gridstack.min.css" />
65+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.min.css" />
6666<script src =" https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" ></script >
67- <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5 /dist/gridstack.all.js" ></script >
67+ <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.all.js" ></script >
6868```
6969
7070* Using CDN (debug):
7171
7272``` html
73- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5 /dist/gridstack.css" />
73+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.css" />
7474<script src =" https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" ></script >
75- <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5 /dist/gridstack.js" ></script >
76- <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5 /dist/jquery-ui.js" ></script >
77- <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5 /dist/gridstack.jQueryUI.js" ></script >
75+ <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.js" ></script >
76+ <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/jquery-ui.js" ></script >
77+ <script src =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack.jQueryUI.js" ></script >
7878```
7979
8080* or local:
@@ -194,7 +194,7 @@ $('.grid-stack').gridstack( {column: N} );
194194
1951952 ) include ` gridstack-extra.css ` if ** N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
196196``` html
197- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.5 /dist/gridstack-extra.css" />
197+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.6.0 /dist/gridstack-extra.css" />
198198
199199<div class =" grid-stack grid-stack-N" >...</div >
200200```
0 commit comments