search for: dropobserv

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

Did you mean: dropobserver
2006 Feb 20
0
element.remove when element being dragged
...this.options = options; this.folderDiv = this.createHTML(); $(this.options.elToAttachTo).appendChild(this.folderDiv); this.makeDroppable(); }, makeDroppable: function(){ this.dropObserver = this.dropImageInFolder.bind(this); Droppables.add(this.folderDiv, { accept: Array(''image''), hoverclass: ''drophover'', greedy:true,...