Hallo Felix,
const elements = [...node.querySelectorAll('.gallery figcaption')]
Nur eine weitere Möglichkeit.
Dann habe ich auch noch eine. :-)
const [...elements] = node.querySelectorAll('.gallery figcaption')
LG,
CK
Hallo Felix,
const elements = [...node.querySelectorAll('.gallery figcaption')]
Nur eine weitere Möglichkeit.
Dann habe ich auch noch eine. :-)
const [...elements] = node.querySelectorAll('.gallery figcaption')
LG,
CK