I have two lists which are currently using jQuery for functionality. An example can be found here. I need the same basic functionality but with some modifications:
Instead of just getting all sortable items by clicking "Get items," I want to be able to drag items from List A to List B and vice versa. When I click on "Get items," I only want to retrieve sortable items from List B, not List A.
Is it possible to customize the existing jQuery library to achieve this or is there another solution in JavaScript that would work as well?
Your assistance would be greatly appreciated.