jQuery UI Sortable - Handle empty lists
- Can be dropped..
- ..on an empty list
- Item 3
- Item 4
- Item 5
- Cannot be dropped..
- ..on an empty list
- Item 3
- Item 4
- Item 5
Prevent all items in a list from being dropped into a separate, empty list
using the dropOnEmpty
option set to false
. By default,
sortable items can be dropped on empty lists.