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") });