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.
我想知道当我这样做时,如何从标题“运行”左侧制作小网页图标,例如,getJSON()向我的外部服务器发出警告,以警告用户他/她的请求正在被处理。
getJSON()
有没有办法控制它?
在页面的标题上放置一个 favicon 链接,例如
<link id="favicon" rel="icon" type="image/gif" href="/base-favicon.gif" />
当 ajax 调用开始时,只需更改hreffavicon 的属性。准备一个动画gif,然后用
href
gif
document.getElementById('favicon').href = "/animated-favicon.gif";
当您的 ajax 调用已执行(成功或错误)时,只需恢复以前的 favicon