+ 1
What is the use of appenedchild() function?
it is used in drop element ,but why we use if we cannot use it the ondrop function can drop it automatically
2 ответов
+ 4
appendchild is one of the ways to add a child to the parent. When you drag and drop, you want to change the parent of the moved element to where it gets dropped. This must be coded in some form for the element to get moved.
+ 3
thankyou for answer