innerHTML doesn't work in IE11 and IE8

后端 未结 3 972
没有蜡笔的小新
没有蜡笔的小新 2021-01-14 03:39

I use these codes for refreshing a part of my page :

var container = document.getElementById(\"mainForm:table_1\");
var content = container.innerHTML;
contai         


        
3条回答
  •  广开言路
    2021-01-14 04:23

    IE9 and below doesn't support pushState. For unsupported browsers use history API. and also find some more list of polyfills here.

提交回复
热议问题