Показать сообщение отдельно
  #16 (permalink)  
Старый 29.08.2020, 21:18
Профессор
Отправить личное сообщение для DDim1000 Посмотреть профиль Найти все сообщения от DDim1000
 
Регистрация: 20.10.2016
Сообщений: 223

Почему-то ошибка: Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

window.scrollBy(0,1810);    
           let key;
const fn = () => {
if(key) return;
key = true;
`
key = false;

}
 $(window).scroll(function() {
         if($(window).scrollTop()+$(window).height()>=$(document).height()) fn()

               });
Ответить с цитированием