Page is a not externally linkable
ewwatson - 10:38 am on Nov 12, 2012 (gmt 0)
I'm trying to get rid of a document.write statement because I read that it can slow a site. It's the first thing on my page because I need it to show first. jquery methods and like are not fast enough. So does...
document.getElementById("loading").innerHTML = "Loading...";
Suffer from the same performance problems of document.write?