0
addEventListener
Привет, есть проблема. В коде не работает функция addEventListener. Подскажите, пожалуйста, почему ? WFiQyrn5ucL3 Сергей Амельченков, просьба воздержаться от использования ненормативной лексики.
8 odpowiedzi
+ 7
I dont understand your language but im almost sure than you complain about to "addEventListener called on a null object" problem... This is a common error. In practice your js script is executed BEFORE the html dom is parsed then, any call than access to dom is unuseful (eg. getElementById, querySelector etc return null)... You can solve by execute your code than access to dom AFTER dom is parsed and this can be did by wrapping your js code into a window.onload callback function (its one solution, not the only one)
P.S. I suggest, if possible, to post always in english because you will have more chances to get help
+ 11
Сергей Амельченков, в тексте ненормативной лексики не было, а вот название кода было нецензурным. Именно поэтому ссылка отредактирована.
+ 11
Пожалуйста😊
+ 1
Thanks for the answer. I will try to write questions in English
+ 1
Сергей Амельченков You are welcome 😉.. I understand the difficulty to communicate in other languages (im in same position) but you will gain more benefits from this 👍
+ 1
I'll keep it on mind :)
+ 1
Уважаемый Нежный Вампир, подскажите, пожалуйста, что из моих слов является ненормативной лексикой ? (message for NezhnyjVampir)
+ 1
Понял, спасибо за объяснение