Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How can I debug my Javascript/jQuery in IE 7? Re: How can I debug my Javascript/jQuery in IE 7?

#112278
Senff
Participant

  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.