[jQuery] Interface: Problem with re-calculating droppables positions?

2007-06-28 Thread Ruchi
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

[jQuery] JQuery DOM manipulation: memory leaks?

2007-05-31 Thread Ruchi
suggestion to resolve this issue and avoid potential pitfalls with memory leaks would be greatly appreciated. Thanks in advance, Ruchi