Skip to content

Commit

Permalink
Update article.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinelio committed Sep 4, 2020
1 parent 204f06a commit 91d4874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-ui/2-events/03-event-delegation/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function highlight(td) {

A tal código no le interesa cuántas celdas hay en la tabla. Podemos agregar y quitar `<td>` dinámicamente en cualquier momento y el realzado aún funcionará.

Pero hay una contra.
Pero hay un inconveniente.

El clic puede ocurrir no sobre `<td>`, sino dentro de él.

Expand Down

0 comments on commit 91d4874

Please sign in to comment.