Questions tagged [onready]

20 questions
19
votes
1 answer

What exactly does $(document).ready guarantee?

Running my (rather complex) JavaScript/jQuery application in Google's Chrome browser, it would appear that $(document).ready fires while some of the JavaScript files have not yet loaded. The relevant code (simplified): In my HTML file