Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎在这里遗漏了一些非常微不足道的东西......我无法让lazyload在右侧的侧边栏上工作。有什么猜测吗?
链接在这里:
APM v2
谢谢你。
在设置侧边栏 innerHTML 后尝试添加延迟加载。
document.getElementById("side_bar").innerHTML = side_bar_html; $("img.lazy").lazyload({ effect : "fadeIn", container: $("#side_bar") });