Answer the question
In order to leave comments, you need to log in
Why does the console output undefined when accessing htmlcollection?
Hello, the following problem arose:
With the help of getElementBeClassName I find a list with the class .goods-dots
const pagination1 = document.getElementsByClassName('goods-dots'); // Нахожу пагинацию
Answer the question
In order to leave comments, you need to log in
All this needs to be added to the event handler, which will display information after the page has loaded.
$(window).on('load', () => {
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question