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.
我有一个附加到所有可见的指定 DIV 的按钮。
当页面动态填充新的 DIV 时,我希望我的脚本再次运行(附加按钮)。
该网站具有透明重定向功能,以便您在浏览其他页面时可以继续播放音乐。
我比较新,我一直在到处寻找这个问题,但没有运气!
任何黑客/帮助表示赞赏!
$(window).on('hashchange', function() { // do your magic here });