sometimes it fires too soon in IE with 1.11, i have been forced to use load instead. – Dimitar ChristoffNov 5 at 12:04
@JamesBrownIsDead -- the concept of the domready event is that the structure of the html and the resulting DOM (document object model) will have loaded. So, the "skeleton" of the page has loaded. While load is the event that fires once all that is done AS WELL AS all the images and whatever other ancillary content files. – artlungNov 9 at 4:18
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.