Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- document.getElementById vs document.write?


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?


Thread source:: http://www.webmasterworld.com/javascript/4518258.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com