Posts Tagged ‘firebug’
Firebug Console log
0
13 Jan 2009 in javascript by Andrew Smith
The Firebug console log tool is a really good tool to have and use when debugging javascript, but it becomes a problem when you forget to take out the console.log function and decide to run your site in Internet Explorer. Since Internet Explorer doesn’t have a copy of Firebug you end up with a nasty error that causes some of the functions inside your javascript code to not work.




