+ 1
Hello, help me with my code please. Everything is correct in it, but for some reason it does not work
2 Answers
+ 3
Wrap your code inside window.onload event handler function
window.onload=function(){
//Your js code here or the one that is selecting the dom elements
}
0
THANKEE!