Updated readme

This commit is contained in:
Martin Mrose 2015-11-03 00:20:47 +01:00
commit 8c5ab67796

View file

@ -214,6 +214,21 @@ $('.grid-stack').on('resizestop', function (event, ui) {
});
```
### disable(event)
```javascipt
$('.grid-stack').on('disable', function(event) {
var grid = event.target;
});
```
### enable(event)
```javascipt
$('.grid-stack').on('enable', function(event) {
var grid = event.target;
});
```
## API