[jQuery] About using jquery-1.2.6.js in IE

[jQuery] About using jquery-1.2.6.js in IE


Dear jQuery group,
I'm using jquery-1.2.6 for my webpage, and realized that in IE,
nothing on the page would be displayed.
I deleted most stuff and realized even the following code won't work:
<html>
<head>
<script type="text/javascript" src="http://
jqueryjs.googlecode.com/files/jquery-1.2.js"/>
</head>
<body>
blablabla
</body></html>
There will be just a blank page, and if i remove jquery it will
display text. Is there any thing I can do with it? would some previous
versions of jquery be better with IE?
Thanks a lot!
Yongning