search for: lastel

Displaying 1 result from an estimated 1 matches for "lastel".

Did you mean: latel
2006 Feb 20
0
element.remove when element being dragged
...hoverclass: ''drophover'', greedy:true, onDrop: this.dropObserver } ); }, dropImageInFolder: function(droppedElement, lastElement, event){ (code to move file into folder...) //need to stop dragging the element b4 removing it :S Element.remove(droppedElement); //this is where the js error occurs } } ===================== I think I have to destroy...