You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ var el = document.getElementById('items');
70
70
var sortable =Sortable.create(el);
71
71
```
72
72
73
-
You can use any element for the list and its elements, not just `ul`/`li`. Here is an [example with `div`s](http://jsbin.com/qumuwe/edit?html,js,output).
73
+
You can use any element for the list and its elements, not just `ul`/`li`. Here is an [example with `div`s](https://jsbin.com/visimub/edit?html,js,output).
74
74
75
75
76
76
---
@@ -157,7 +157,7 @@ var sortable = new Sortable(el, {
157
157
158
158
// Event when you move an item in the list or between lists
@@ -353,7 +353,7 @@ This gives us the possibility to test the behaviour for older Browsers even in n
353
353
354
354
On top of that, the Fallback always generates a copy of that DOM Element and appends the class `fallbackClass` defined in the options. This behaviour controls the look of this 'dragged' Element.
0 commit comments