Why does this:
jQuery(document).ready(function($) {
console.log("test");
});
produce this error message:
console is not defined
In Firefox 3.5.6 on Windows XP?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which Firebug version are you using? I had the same problem with version 1.4.5 in Firefox 3.5.6 on MacOS. What I did is, I installed the latest beta version from http://getfirebug.com/releases/firebug/1.5X/
After that it worked perfectly again.