Otaqui.Com

Pete Otaqui’s blog about web development and everything else

Stop console.log causing errors in IE6 and other browsers

leave a comment

You know what it’s like … you leave a console.log buried somewhere in your code, and the error that causes in IE stops your javascript from running. Well, this little snippet will create a fake copy of the Firebug API if it can’t find a window.console.

Written by pete

September 22nd, 2011 at 5:13 pm

Posted in Professional

Leave a Reply