treehouse : what would you like to learn today?
Web Design Web Development iOS Development

How can I debug my Javascript/jQuery in IE 7?

  • Hi guys,

    I have an issue with a site I am developing in the beloved IE7. None of my jQuery scripts seem to be working at all, and I'm not sure of the best way to debug it to see why none of it is working in IE7?

    The site in question is: http://debourg-dev.ch/syselcloud/

    Any help would be greatly appreciated!

    Thanks, Aaron

  • Link doesn't work

    1. - Install IE9.
    2. - Open the site.
    3. - Hit F12 to open the developer tools window.
    4. - In the Dev Tools menu, change Browser Mode to IE7.
    5. - In the Dev Tools tabs, use the Console and Script tabs.
    6. - Discover that you have commas that shouldnt be there at the end of line 72 in main.js and line 19 of jquery.flexslider-min.js.
  • As Senff says.