jQuery(document).ready(function() {
console.log(document.readyState);
}
shows interactive in Chrome 33 on Mac. Why not complete?
From developer.mozilla.org/en-US/docs/Web/API/document.readyState
Returns "loading" while the document is loading, "interactive" once it is finished parsing but still loading sub-resources, and "complete" once it has loaded.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With