Uh oh!
There was an error while loading. Please reload this page.
Event delegation - #203
Conversation
longo-andrea
commented
Feb 6, 2021
@pierangelomiceli intanto correggo l'articolo, manca però la traduzione degli esercizi e delle soluzioni |
longo-andrea
left a comment
There was a problem hiding this comment.
ho fatto solamente un check dei typos, dopo leggo l'articolo e ti do un feedback più dettagliato
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Chiarimenti: | ||
| 1. Il metodo `elem.closest(selector)` ritorna l'antenato più vicino che combacia con il selettore. Nel nostro caso cerchiamo un `<td>` verso l'alto dall'elemento di origine dell'evento. | ||
| 2. Se `event.target` non è dentro nessun `<td>`, la chiamata esce immediatamente, dal momento che non c'è nulla da fare. | ||
| 3. Ne caso di tabelle annidate, `event.target` potrebbe essere un `<td>`, ma fuori dalla tabelle corrente. Quindi andiamo a controllare se sia il `<td>` della *nostra tabella*. |
There was a problem hiding this comment.
| 3.Ne caso di tabelle annidate, `event.target` potrebbe essere un `<td>`, ma fuori dalla tabelle corrente. Quindi andiamo a controllare se sia il `<td>` della *nostra tabella*. | |
| 3.Nel caso di tabelle annidate, `event.target` potrebbe essere un `<td>`, ma fuori dalla tabelle corrente. Quindi andiamo a controllare se sia il `<td>` della *nostra tabella*. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
javascript-translate-bot
commented
Feb 6, 2021
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
longo-andrea
commented
Feb 7, 2021
Gli esercizi tradotti sono nella PR #205 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
javascript-translate-bot
commented
Feb 9, 2021
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉 |
No description provided.