+ 1
Can someone please explain drag and drop??
4 Respostas
+ 2
thank you...that was helpful👍
+ 2
From HTML5 it is possible to drag and drop HTML elements inside an HTML page. Via JavaScript event listeners you can decide what happens when the user drags and drops elements.
During drag and drop HTML elements can take on two roles:
1). Draggable
2). Drop target / drop zone
-> The draggable element is the element which the user should be able to drag around the HTML page and drop somewhere, for some action to occur. This can be one or more elements.
-> The drop target or drop zone is the element onto which the draggable elements are dropped.
+ 1
You mean explain you how the code works for it?
+ 1
no,the general concept of it