Skip to content

Commit 8c5ab67

Browse files
committed
Updated readme
1 parent 816071a commit 8c5ab67

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,21 @@ $('.grid-stack').on('resizestop', function (event, ui) {
214214
});
215215
```
216216

217+
### disable(event)
218+
219+
```javascipt
220+
$('.grid-stack').on('disable', function(event) {
221+
var grid = event.target;
222+
});
223+
```
224+
225+
### enable(event)
226+
227+
```javascipt
228+
$('.grid-stack').on('enable', function(event) {
229+
var grid = event.target;
230+
});
231+
```
217232

218233
## API
219234

0 commit comments

Comments
 (0)