Lieber Orlok,
const elements = [...node.querySelectorAll('.gallery figcaption')]Nur eine weitere Möglichkeit.
Dann habe ich auch noch eine. :-)
const [...elements] = node.querySelectorAll('.gallery figcaption')
Liebe Grüße,
Felix Riesterer.
Lieber Orlok,
const elements = [...node.querySelectorAll('.gallery figcaption')]Nur eine weitere Möglichkeit.
Dann habe ich auch noch eine. :-)
const [...elements] = node.querySelectorAll('.gallery figcaption')
Liebe Grüße,
Felix Riesterer.