Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5577791 commit a475434Copy full SHA for a475434
README.md
@@ -80,6 +80,10 @@ Usage
80
Occurs when widgets change their position/size
81
82
```javascript
83
+ var serialize_widget_map = function (items) {
84
+ console.log(items);
85
+ };
86
+
87
$('.grid-stack').on('change', function (e, items) {
88
serialize_widget_map(items);
89
});
@@ -111,7 +115,7 @@ Removes widget from the grid.
111
115
112
116
Parameters:
113
117
114
-- `el` - widget to add
118
+- `el` - widget to remove
119
120
## Use with knockout.js
121
0 commit comments