最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugin development - Javascript scroll eventHandler only working when I'm logged in in Wordpress

programmeradmin1浏览0评论

Trying to make a plugin in javascript. The code is working fine except the scroll event which only fires when I'm logged in Wordpress.

The rest of the code (hopefully all) is working as it should when I'm logged out (or in a new session from an incognito window) but this just won't fire up. Why is that?

I'm trying something like this:

  document.addEventListener('scroll', function() {
     if (window.scrollY > 250) {
        run();
     }
  });
发布评论

评论列表(0)

  1. 暂无评论