search for: createdroppablelisten

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

2006 Feb 09
3
Draggables and Droppable performance (tips)
...quot;someClassName" if you only want the droppable created for certain draggables (put that check at the end of the initial if statement). Of course you can check for multiple classnames using the prototype functions if you need (or add any other conditions there for your application) this.createDroppableListener = function(evt) { if (!this.checking && evt && Draggables.activeDraggable) { this.checking = true; var pos = [Event.pointerX(evt), Event.pointerY(evt)]; setTimeout(function() {...