javascript Programming Glossary: window.log
Javascript Iterator Class http://stackoverflow.com/questions/2644966/javascript-iterator-class head body ul id output ul script type text javascript window.log function outputAreaId var myConsole document.getElementById..
Export Javascript Console log from Google Chrome http://stackoverflow.com/questions/3462648/export-javascript-console-log-from-google-chrome client's system so that it actually saves its arguments to window.log or whatever instead of actually logging them to the console... whatever instead of actually logging them to the console. window.log console console log function x window.log.push x Note The above.. to the console. window.log console console log function x window.log.push x Note The above will only work if your client doesn't..
Chrome doesn't recognize console.log when it's called log http://stackoverflow.com/questions/9612398/chrome-doesnt-recognize-console-log-when-its-called-log I'm lazy. So in my utils.js there's a simple line window.log console.log This works fine in firefox but it makes Chrome cry.. pays attention to what this is so if you do this window.log console.log log 'pancakes' Then you'll get nothing more than.. to be called with the appropriate context. However just window.log x console.log x is not quite correct as console.log is a variadic..
|