Search code examples
jquerywordpressinternet-explorer-8crashwordpress-thesis-theme

IE 8 Crashes When Loading Site, Can't Debug -


http://bizzocall.com/faq/ - Works well in all other browswers, but when I test it with the developer tools in IE 8 compatibility it just crashes.

I've looked at all the answers and it seems like each person has different problems (I've looked for stray commas, updated jquery, etc).

Any help is much appreciated!

UPDATE

I found a plugin that was calling jquery 1.4 (Dave's WordPress Live Search) and removed it. Although the code seems cleaner it still pause IE 8.

UPDATE 2

Removing the plugin seemed to be the trick.

Just for those that find this post: This was running wordpress with thesis installed.


Solution

  • It crashes for me too in IE9 with IE8 mode. (see development tools -> F12 ) If you disable javascript, it doesn't crash.. so it's a javascript issue. I see that you are loading 3 different version of jQuery, could be that?

    EDIT. I was using the debugger, and got frozen during execution of jQuery 1.44 (You are loading this library in the footer from Google CDN )