Hi michael, i understand the <script> tags are loaded in order, but i was wondering if there is a chance that document.ready is fired even before all the script tags have loaded. According to the documentation document.ready fires once the DOM is ready, but js is not part of the DOM or is it? So if the DOM is ready and the js is not ready yet, what should be done?
Thanks Vru