Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a475434

Browse files
committed
samples
1 parent 5577791 commit a475434

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Usage
8080
Occurs when widgets change their position/size
8181

8282
```javascript
83+
var serialize_widget_map = function (items) {
84+
console.log(items);
85+
};
86+
8387
$('.grid-stack').on('change', function (e, items) {
8488
serialize_widget_map(items);
8589
});
@@ -111,7 +115,7 @@ Removes widget from the grid.
111115

112116
Parameters:
113117

114-
- `el` - widget to add
118+
- `el` - widget to remove
115119

116120
## Use with knockout.js
117121

0 commit comments

Comments
 (0)