Hi, I have some items in a list (divs). I want to drag a newly created Element if I click on an item and move the mouse some points in x or y direction.
I've got this working, but the mouse stays attached to the item I originally clicked on. The effect is that I can drag the new Element, but the text beneath that is also getting selected/deselected. I want to drag the mouse, but not select/deselect the text. I think I need a way to attach the mouse(event) to the newly created Element. How do I do that? Here's an example: http://jsfiddle.net/woomla/V5nG8/2/. W.
