0
Can someone tells my why in JS, document. getElementById("test"); returns null??
I made a Web Code, in html I have a <button> in a table cell that have the id="test" but when I try to get it in JS code with the function document.getElementById("test") it returns null
1 Resposta
+ 3
See this post please
https://www.sololearn.com/post/90825/?ref=app