I\'m new to jQuery, and I\'m totally struggling with using jQuery UI\'s sortable.
sortable
I\'m trying to put together a page to facilitate grouping and ordering of
This should work:
$('#groupsList').sortable(); $('.itemsList').sortable({ connectWith: $('.itemsList') });