When I swap items, they “fly in” on the left side of the monitor in Chrome.
$('#Id').sortable({ handle : '.handler', revert : 'true', items : 'li', axis : 'y', });
When I swap items, they “fly in” on the left side of the monitor in Chrome.
$('#Id').sortable({ handle : '.handler', revert : 'true', items : 'li', axis : 'y', });
Source: https://ru.stackoverflow.com/questions/45187/
All Articles