From 90325561aef5121090cca629bd2c4568ffa8def6 Mon Sep 17 00:00:00 2001 From: DrMadWill <87474631+DrMadWill@users.noreply.github.com> Date: Thu, 11 Nov 2021 13:02:09 +0400 Subject: [PATCH] JavaScript > Event > Event Bubbling and Capturing > add --- 8_Events/Html/index.html | 3 +- 8_Events/JavaScripts/21_8_4_Event_Bubnling.js | 80 +++++++++++++++++++ README.md | 2 + 3 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 8_Events/JavaScripts/21_8_4_Event_Bubnling.js diff --git a/8_Events/Html/index.html b/8_Events/Html/index.html index 19b507a..3a22512 100644 --- a/8_Events/Html/index.html +++ b/8_Events/Html/index.html @@ -74,7 +74,8 @@
- + +