Updated readme
This commit is contained in:
parent
816071a077
commit
8c5ab67796
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue