You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/2-events/03-event-delegation/article.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,7 @@ La capture et le bouillonement ("bubbling") nous permettent d'implémenter l'un
5
5
6
6
L'idée est que si nous avons beaucoup d'éléments traités de la même manière, au lieu d'assigner un gestionnaire à chacun d'eux -- nous mettons un seul gestionnaire sur leur ancêtre commun.
7
7
8
-
<<<<<<< HEAD
9
-
Dans le gestionnaire, nous obtenons `event.target`, voyons où l'événement s'est réellement produit et traitons le.
10
-
=======
11
-
In the handler we get `event.target` to see where the event actually happened and handle it.
12
-
>>>>>>> 99e59ba611ab11319ef9d0d66734b0bea2c3f058
8
+
Dans le gestionnaire, nous obtenons `event.target` pour voir où l'événement s'est réellement produit et le gérer.
13
9
14
10
Voyons un exemple -- le [diagramme Ba-Gua](http://en.wikipedia.org/wiki/Ba_gua) reflétant l'ancienne philosophie chinoise.
0 commit comments