That's a bug in IE that happens when the document is in strict mode (I think?) and you close the script tag the short way. Try using the end tag instead:
<script type="text/javascript" src="inc/js/jquery-1.2.1.js"></script> That should do the trick. /Anders On 20 Sep, 06:28, "John Resig" <[EMAIL PROTECTED]> wrote: > Do you have a full page online that we can look at? That line, alone, > shouldn't cause any problems. > > --John > > On 9/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > Hi there, > > > im new at jQuery and totaly new with JavaScript. > > But there is a huge Problem with jQuery an IE. > > > To include jQuery i use that Line: > > <script type="text/javascript" src="inc/js/jquery-1.2.1.js" /> > > > And since i have put this line to my Code IE shows only a blank white > > page. > > But it works fine with Opera and Firefox. Same thin with the > > StarterKit, it wont show up in the IE. > > > How can i fix that Problem?- Dölj citerad text - > > - Visa citerad text -

