document.readyState在chrome和Mozilla中没有变化,但IE中的变化

时间:2017-09-12 11:26:55

标签: javascript google-chrome javascript-events document-ready

document.readyState能够跟踪'完成'等值。 '互动'在IE中。但是在chrome document.readyState设置为'完成'没有互动的#39;国家被跟踪。

由于状态没有从“完成”状态改变。 document.onreadystatechange没有被触发

document.onreadystatechange = function () {
  if (document.readyState === "interactive") {
    ReleaseSpinner(my Custom code);
  }
}

0 个答案:

没有答案