Does setTimeout solve the DOMContentLoaded problem?
I've recently been building a simple framework for testing the performance of arbitrary JavaScript code. Whilst doing so I was looking at the some information on setTimeout in "JavaScript the Definitive Guide" by David Flanagan [http://tinyurl.com/2634ue]. One paragraph made me think of the…