@@ -62,19 +62,19 @@ Using gridstack.js with jQuery UI
62
62
* Using CDN (minimized):
63
63
64
64
``` 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" />
66
66
<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 >
68
68
```
69
69
70
70
* Using CDN (debug):
71
71
72
72
``` 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" />
74
74
<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 >
78
78
```
79
79
80
80
* or local:
@@ -194,7 +194,7 @@ $('.grid-stack').gridstack( {column: N} );
194
194
195
195
2 ) include ` gridstack-extra.css ` if ** N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
196
196
``` 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" />
198
198
199
199
<div class =" grid-stack grid-stack-N" >...</div >
200
200
```
0 commit comments