✋ Stop propagation for everyday events with Angular directives 🎩
-
Updated
Feb 4, 2018 - JavaScript
✋ Stop propagation for everyday events with Angular directives 🎩
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.
Shorthand utils for dealing with React events
A small no-dependency Javascript lib for prevent browser to scroll parent container
Examples in JS about event listeners, event handlers, event propagation, stopPropagation() and preventDefault() - 2020
Add a description, image, and links to the stoppropagation topic page so that developers can more easily learn about it.
To associate your repository with the stoppropagation topic, visit your repo's landing page and select "manage topics."