null (reading 'querySelector') - пишет ошибку в консоли при каждом клике. В чем может быть проблема ? Как исправить ? Подскажите, помогите плиз
Вероятно, селектор некорректно указал
Клозест по селектору ищет не по элементу
The closest() method traverses the Element and its parents (heading toward the document root) until it finds a node that matches the provided selector string. Will return itself or the matching ancestor. If no such element exists, it returns null. - https://devdocs.io/dom/element/closest
Обсуждают сегодня