AJAX 请求后再次运行 siFR
我在页面加载后使用 sIFR 来替换我的标题。现在,当我使用 XMLHTTP 请求将一些附加内容加载到 div 容器中时,如何再次运行 sIFR 来替换添加内容的标头?
I'm using sIFR after the page has loaded to replace my headers. Now when I load some additional content into a div container using an XMLHTTP request, how can I run sIFR again to replace the headers of the added content?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过运行脚本在启动时使用的相同
sIFR.replace()
函数?have you tried to run the same
sIFR.replace()
function that your script uses on startup?