search for: lastelement

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

Did you mean: last_element
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 the d...