1st Jun 2023, 3:43 PM
Abdel Qb
Abdel Qb - avatar
1 Odpowiedź
+ 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.
1st Jun 2023, 4:13 PM
Lisa
Lisa - avatar