File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
``` html
28
28
<div class =" grid-stack" >
29
- <div class =" grid-stack-item" data-gs-x =" 0" data-gs-y =" 0" data-gs-width =" 4" data-gs-height =" 2" ><div class =" grid-stack-item-content" ></div ></div >
30
- <div class =" grid-stack-item" data-gs-x =" 4" data-gs-y =" 0" data-gs-width =" 4" data-gs-height =" 4" ><div class =" grid-stack-item-content" ></div ></div >
29
+ <div class =" grid-stack-item"
30
+ data-gs-x =" 0" data-gs-y =" 0"
31
+ data-gs-width =" 4" data-gs-height =" 2" >
32
+ <div class =" grid-stack-item-content" ></div >
33
+ </div >
34
+ <div class =" grid-stack-item"
35
+ data-gs-x =" 4" data-gs-y =" 0"
36
+ data-gs-width =" 4" data-gs-height =" 4" >
37
+ <div class =" grid-stack-item-content" ></div >
38
+ </div >
31
39
</div >
32
40
33
41
<script type =" text/javascript" >
36
44
cell_height: 80 ,
37
45
vertical_margin: 10
38
46
};
39
- $ (' .grid-stack).gridstack(options);
47
+ $ (' .grid-stack' ).gridstack (options);
40
48
});
41
49
</script >
42
50
```
You can’t perform that action at this time.
0 commit comments