Skip to content
#

event-listeners

Here are 148 public repositories matching this topic...

As a polyglot who speaks French, Spanish, English, and Chinese, I am excited to share my experiences and insights on the importance of language learning in today's global society. In my talk, I will explore how learning multiple languages can broaden our perspectives, foster empathy and understanding, and open up new opportunities.

  • Updated Sep 10, 2023
  • CSS

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

I built this JavaScript application where we can move items around. I worked with classes and with the Object Oriented Programming (OOP) approach. I also worked with the DOM, I moved elements around and with event listeners. I used a callback pattern to pass functions to other instances so that from inside they could be called upon certain events.

  • Updated Oct 8, 2023
  • JavaScript

Improve this page

Add a description, image, and links to the event-listeners 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-listeners topic, visit your repo's landing page and select "manage topics."

Learn more