IE8 displays white page when adding Javascript

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-03-17T21:41:09Z Indexed on 2010/03/17 21:51 UTC
Read the original article Hit count: 313

Filed under:
|
|
|

I recently created a website and added some jQuery into it. However doing this makes IE8 display a white page. Whenever I remove the Javascript IE8 renders the site fine. I have tested locally as well as on the internet, the problem still persists.

This is my code to include my .js files:

<script type="text/javascript" src="jQuery/jQuery.js" />
<script type="text/javascript" src="jQuery/effects.js" />

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript