历史js statechange不适用于IE msie

时间:2014-02-10 14:15:37

标签: internet-explorer bind adapter history.js

我的脚本noot在IE上工作,特别是statechange 我的代码:

var History = window.History;
var State = History.getState();
var $log = $('#log');

console.log(State.url);

History.Adapter.bind(window,'statechange',function(){ 
          List_url(State.url, State.url); 

 });


 History.pushState({state:1,rand:Math.random()}, parametro, parametro);      

如果我使用IE浏览器,则该功能是阻止的,因为不能使用History.Adapter.bind statechange

你知道解决方案吗? 提前谢谢

1 个答案:

答案 0 :(得分:0)

哪个版本的IE?直到IE10才添加HTML5历史记录API。