Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 84fa8b2

Browse files
committed
docs(README): add docs for helper callback
1 parent bec8e9d commit 84fa8b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ update: function(event, ui) {
160160

161161
**Single sortable** [demo](http://codepen.io/thgreasi/pen/QKmWGj)
162162
```
163+
create
164+
165+
/* dragging starts */
166+
helper
163167
start
164168
activate
165169
@@ -174,6 +178,11 @@ stop
174178
**Connected sortables** [demo](http://codepen.io/thgreasi/pen/YGazpJ)
175179

176180
```
181+
list A: create
182+
list B: create
183+
184+
/* dragging starts from sortable A to B */
185+
list A: helper
177186
list A: start
178187
list B: activate
179188
list A: activate

0 commit comments

Comments
 (0)