Draggables won't scroll up the page
Posted: Wed Jul 16, 2014 4:23 am
I am using the jquery multidraggable plugin (from myphpetc) on my website, but my draggables won't scroll up the page even though I have scroll set to true.
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
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 }
});