I currently have this code I’ve pieced together to accomplish drag and drop divs with drawn lines connecting them.
However I don’t want to have to use lis at all.. I rather have it attached directly to the divs (class circle).
I’m not sure what I need to change to make that happen?
Everything I try breaks it..
Thanks!!!!
Just update
"li"to"div"in yourupdateCanvasfunction.Demo