You can see this at Web Recipe Manager
Log in as user demo p/w demo99
Select Shopping Lists from the Menu Planning menu
Load the saved list from the dropdown, then scroll down the page and try to shift + click and drag any recipe item up the page.
Here is the js
Code: Select all
$(".drop").multidraggable({
helper: 'clone',
revert: false,
cursor: 'pointer',
scroll: true,
cursorAt: { top: 0 }
});