/ Published in: JavaScript
By default, Firefox2 + Firebug 1.2 have the console turned off. Need to enable it with the windlow.loadFirebugConsole() prior to any console method calls.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
window.loadFirebugConsole(); console.log("It works now.");