#Drag item over textarea

5 messages · Page 1 of 1 (latest)

marble trench
#

Hi!
Im not so good with JS but I thougt that I could get some help here.

I have a drag/drop script that moves the "li" elements from one ul-list to another. The li-elements contians a div with some text. The issue is that I cant drag the li-element when dragging over the textarea in the div. What do I need to change in the script? I'll attach the whole script. Thanks!

signal wharf
#

don't use jQuery and don't use var.

marble trench
#

I have removed var and jQuery from the code now. What else do I need to change?

signal wharf
#

show the non-jQuery code and somebody can likely help

marble trench
#

Alright I have done some changes now, take a look If its correct now.