[jQuery] JQuery DOM manipulation: memory leaks?

2007-05-31 Thread Ruchi
Hi, I'm a JS and JQuery newbie and I'm trying to resolve a memory leak that comes in IE for my code. Basically, I add elements to the DOM dynamically based on a list of items that I receive from a backend server. I used JQuery to create the list dynamically but noticed that the memory taken by IE

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

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