TJuiSortable Samples

.ui-sortable { list-style: none; cursor: pointer; } .ui-sortable li { border: 1px solid transparent; padding: 3px; border-radius:3px; } .ui-sortable li:hover { background: lime; border: 1px solid black; } .ui-sortable li.ui-sortable-highlight { background: red; border: 1px solid black; height: 17px; }
Default options with a little css applied, change options during callback: Items order:
Cursor is while dragging