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
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
2 matches
Mail list logo