Personal I have a page that has two objects that I want to use sortable, one works but the other does not. Why?
$( ".topic_itens" ).sortable({
cursor: 'move',
revert: true,
handle: '.move_item',
items: '.topic_item',
co...
asked by
13.01.2018 / 21:10