IE7 and document.ready

IE7 and document.ready

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Tahoma">Hi Guys,
Just found another document.ready bug at least i hope it is a bug :)
The document.ready is not firing in IE7 when loading content via ajax
into a DIV. Is this a common problem which is allready known? Someone
might have a fix for this?
The current scenario fires succesfully in both firefox and IE6 just
like i want it to be and is like this:
- I load some javascripts in the header of the page, in those headers
are document.readys
- When i load new data into a div, i want the document.readys to fire
again, since they do some jQuery magic
As said, this scenario successfully works in both Firefox 1.5.0.2 and
IE6, just like i want it to do, but fails in IE7.
Hope someone can help me.
Gilles
</font></font>
</body>
</html>