I am working on a Web app that will consist of virtually empty html
pages to be downloaded with references in the head tag to JS files
that will be used to dynamically construct the elements of the page.
I have read that the "ready" event waits until the DOM is loaded and
manipulable.  Would this mean waiting until all of the JS includes
have been downloaded?

Thanks.

Reply via email to