Skip to content
#

drop-area

Here is 1 public repository matching this topic...

In this little JavaScript demo application, I used event listeners and specifically drag and drop events. I added and removed event listeners and get data out of the event object. Besides, I used the preventDefault method and controlled my events according to the capturing and bubble phases with stopPropagation and event delegation for example.

  • Updated Oct 14, 2023
  • JavaScript

Add this topic to your repo

To associate your repository with the drop-area topic, visit your repo's landing page and select "manage topics."

Learn more