ready() failing in IE

ready() failing in IE


I'm not ready to file this as a bug yet (I want to build a testcase),
but I'm finding a lot of my ready() functions failing in IE (6 and 7)
after upgrading from 1.1.1 to 1.1.3.1. I'd come across this in 1.1.1,
but it's much more frequent now.
In 4 out of 5 page refreshes the CSS queries don't find any matches,
even simple ones like $('#myId').
setTimeout is a magic bullet workaround:
$(function(){
setTimeout(myInit, 0);
});
If it makes a difference, these pages are served from the next room over
and have tables and forms.
I know without a test page this info is almost useless, but it might be
time to reopen the DOM ready playbook, yet again (sigh).
--
Steve Clay
http://mrclay.org/