+ 1
First made using jquery, but trying to remake it with only javascript
https://code.sololearn.com/WZkmy3jCpM9j I built this with jquery and not I remade it with just javascript but I'm having problems on lines 55 and 68. Please help me understand where I went wrong?
4 ответов
+ 2
try using window.onload
+ 1
Like above, you need to load DOM before JS loads otherwise you will keep selecting elements that doesnt exist yet.
0
Here's a reference
https://www.sololearn.com/post/7444/?ref=app
0
says page not found when i click the link.