我目前(很高兴)使用 jquery 将 ajax 请求函数绑定到非 IE 浏览器中的 window.onpopstate 事件。但是,IE 从来没有达到我的doAjax
功能。
// Bind a function to the popstate event to execute ajax requests
// this allows request to occur on back/fwd browser navigation
window.onpopstate = doAjax;
任何人都知道是否有办法让 IE 8/9 以某种方式玩得很好?