Greetings,
I'm in need of implementing functionality equal to that of jQuery UI's Sortable method: http://jqueryui.com/demos/sortable/
However, I'm not able to use a version of jQuery 1.3+. There is other functionality on the pages that is dependent on the older version which ceases to work when upgrading the older version of jQuery.
I need to implement this either using raw JS or an older version of jQuery. Is there a jQuery plugin or something of the like that is available to facilitate?