Experimental Drag and Drop     

 

RJM Programming - July, 2023

Thanks to https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/setData 

Select this editable element, drag it to the drop zone and then release the selection to move the element.

123
456
789
101112
131415
161718
192021
222324
252627
282930
313233
343536
373839
404142
434445
464748
495051
525354
555657
585960
616263
64