Andrew Johnson
Andrew Johnson

Reputation: 13286

Could someone with a good IE JavaScript debugger help me out?

Can you please tell me what snippet of code is failing in IE8 on this page:

http://www.gaiagps.com

I am virtualizing IE on my Mac, and I have no debugger.

Thanks a lot for your help!

Upvotes: 0

Views: 145

Answers (2)

mauris
mauris

Reputation: 43619

by the way, you can debug with the developer tools on IE8

OR

you can get Firebug Lite and install on your pages to do cross browser debugging.

http://getfirebug.com/lite.html

Upvotes: 1

meder omuraliev
meder omuraliev

Reputation: 186752

( I don't have IE 8 ) but it seems obvious... how about the unenclosed start tags on your script elements?

<script type="text/javascript" src="/static/javascript/jquery.easing.1.3.js"</script>    
<script type="text/javascript" src="/static/javascript/jqgalscroll.js"</script>    

Upvotes: 2

Related Questions