Thanks for your reply :
1)
I am trying to create elements that are completely indpendent of other elemenets . This is so that i can dragDrop any element without affecting the movement of other elements.
In this I havent added the drag code yet (see below).
The errors am gettng are:
Create-Element-P-w3s-document.body.appendChild.html:7 Uncaught TypeError: Failed to execute ‘createElement’ on ‘Document’: 1 argument required, but only 0 presen at HTMLParagraphElement.onclick (Create-Element-P-w3s-document.body.appendChi
ld.html:7:44)
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
I week ago or so , I posted my 1st try , but got no Repkies .
It’s a Guitar Fretboard’ , with Round-Dots representong finger positioning . https://vmars.us/Guitar/DragDrop-onDBLclick-RED-add-Table.html
So I deleted it .
The problem with this version is that every time it create a new roun-dot
it repositions all dots down 1 line , there by destroying the fingering positions .
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
3)
A few days later I chunked it down and posted my 2nd try , but got no Repies . It is a a chunked version of 1) .
So I deleted it . https://vmars.us/Guitar/Guitar-onDBLclick-RED-add-Table-Need-Help.html
Still the same goal as in 1):
I am trying to create elements that are completely indpendent of other elemenets . This is so that i can dragDrop any element without affecting the movement of other elements.
It worked for me. I didn’t see any errors in the Console. All of the items are also dragging correctly. Did you fix it, or am I missing something subtle?