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
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ The suggested pattern is to use callbacks for emmiting events and altering the s
92
92
93
93
To have a smooth horizontal-list reordering, jquery.ui.sortable needs to detect the orientation of the list.
94
94
This detection takes place during the initialization of the plugin (and some of the checks include: whether the first item is floating left/right or if 'axis' parameter is 'x', etc).
95
-
There is also a [known issue](bugs.jqueryui.com/ticket/7498) about initially empty horizontal lists.
95
+
There is also a [known issue](https://bugs.jqueryui.com/ticket/7498) about initially empty horizontal lists.
96
96
97
97
To provide a solution/workaround (till jquery.ui.sortable.refresh() also tests the orientation or a more appropriate method is provided), ui-sortable directive provides a `ui-floating` option as an extra to the [jquery.ui.sortable options](http://api.jqueryui.com/sortable/).
0 commit comments