Home › Forums › JavaScript › How can I debug my Javascript/jQuery in IE 7? › Re: How can I debug my Javascript/jQuery in IE 7?
October 19, 2012 at 10:02 am
#112278
Participant
- – Install IE9.
- – Open the site.
- – Hit F12 to open the developer tools window.
- – In the Dev Tools menu, change Browser Mode to IE7.
- – In the Dev Tools tabs, use the Console and Script tabs.
- – 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.