0
Where is error in this code ? đ
1 RĂ©ponse
+ 3
Read the error message. It tells you that you are trying to call a method that does not exist. Check the SPELLING of the method.
Edit:
In a next step of debugging you need to make sure that the DOM is fully loaded before you try to get the elements in your JS.