views:

51

answers:

0

I have a user interface that makes use of scriptaculous draggables and droppables, and it works quite well, except that in IE6 performance of draggables is horrible when you have too many.

I am thinking a potential way to resolve this is to have some javascript that ononmouseover or onmousedown will make the element draggable, but onmousedown and onmouseup will make get rid of the draggable (but keep the element). Is there an easy way to make the draggable no longer draggable, or will I have to destroy and rebuild the element?