Skip to content
#

event-delegation

Here are 58 public repositories matching this topic...

collection of mini JavaScript projects covering various topics such as event handling, DOM manipulation, timers, AJAX, and API integration. It serves as a practical learning resource with hands-on exercises and examples for improving JavaScript skills.

  • Updated Jun 19, 2024
  • HTML

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

Improve this page

Add a description, image, and links to the event-delegation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more