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
$(function() { $( "#groupItems1, #groupItems2, #groupItems3" ).sortable({ connectWith: ".itemsList" }).disableSelection(); });
This will go all fine for you! doing the same here for me. NO change required in your HTML.