fix typo
This commit is contained in:
parent
c8089bf756
commit
5577791581
1 changed files with 2 additions and 2 deletions
|
|
@ -99,9 +99,9 @@ Parameters:
|
|||
position
|
||||
|
||||
```javascript
|
||||
$('.grid-stack).gridstack();
|
||||
$('.grid-stack').gridstack();
|
||||
|
||||
var grid = $('.grid-stack).data('gridstack');
|
||||
var grid = $('.grid-stack').data('gridstack');
|
||||
grid.add_widget(el, 0, 0, 3, 2, true);
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue