File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6868* Using CDN:
6969
7070``` html
71- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.min.css" />
72- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.min.js" ></script >
73- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.jQueryUI.min.js" ></script >
71+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.3 /dist/gridstack.min.css" />
72+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.3 /dist/gridstack.min.js" ></script >
73+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.3 /dist/gridstack.jQueryUI.min.js" ></script >
7474```
7575
7676* Using bower:
@@ -184,7 +184,7 @@ $('.grid-stack').gridstack( {column: N} );
184184
1851852 ) and change your HTML accordingly if ** N < 12** (else custom CSS section next). Without this, things will not render/work correctly.
186186``` html
187- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack-extra.css" />
187+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.3 /dist/gridstack-extra.css" />
188188
189189<div class =" grid-stack grid-stack-N" >...</div >
190190```
Original file line number Diff line number Diff line change 1- // Type definitions for Gridstack 0.5.2
1+ // Type definitions for Gridstack 0.5.3
22// Project: https://gridstackjs.com/
33// Definitions by: Pascal Senn <https://github.com/PascalSenn>
44// Ricky Blankenaufulland <https://github.com/ZoolWay>
You can’t perform that action at this time.
0 commit comments