Hi, I have a scrolling list of droppables. Everything works fine when I drop to the first few visible drop elements. However, if I scroll down to a drop element, and then drag an element to there, I still get the id of the droppable that was present in that position earlier.
I've tried calling recallDroppables in the onDrop function (code snippet below) of Droppables as well as in the onStart function of Draggable with no success. onDrop: function(drag) { $(this).recallDroppables; } Please help me out and let me know what I am doing wrong here :-(. Thanks in advance, Ruchi