I cant get elements by ID. Pls, help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I cant get elements by ID. Pls, help

So, https://code.sololearn.com/WWEt0fi766Jd/?ref=app I cant get elements and I don't understand why.

17th Sep 2022, 8:41 PM
Derlas Forenly
Derlas Forenly - avatar
2 Answers
+ 3
JS loads first. So when you search for the id s of the elements, you will not find any. Cut the whole js and paste it in HTML, inside a script tag. Search on google about window.onload(){}
17th Sep 2022, 8:47 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 2
Thank you, I added code to onload handler and it works now
17th Sep 2022, 8:51 PM
Derlas Forenly
Derlas Forenly - avatar