JQuery is waiting for images to load before executing document.ready
This was due to jQuery bugs #2614 and #3880 – there were definite problems with the ready code in IE in 1.2.6 and in 1.3 – and now a different set of problems in 1.3.1. A larger discussion can be found here: http://groups.google.com/group/jquery-dev/browse_thread/thread/3abf45d3fd4d50fc And the ticket related to the issue can be found here (if … Read more