Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged log



« Prev 1 Next »
// create a variable to toggle debugging // to use it, just call debug(with,any,optional,parameters) debug(x,y,z); // it will try to guess what type of message to log, or you can specify in the first parameter debug("error",x,y,z);
1 3830 posted 10 years ago by brandonjp
IE doesn't like console.log. This fixes that.
1 2581 posted 12 years ago by bitsculptor
generischer Handler für die Eventausgabe in der Konsole....
0 1884 posted 13 years ago by dejot
Helps to manage console.log debug in js when broswing in IE. If alertFallback is enabled, you can see js alerts appears of vars tracked.
0 2495 posted 14 years ago by Simounet
Basically creates a log function on the window object and uses console.log or alert depending on which is supported. Very basic and simple but definitely useful.
0 1371 posted 14 years ago by alvincrespo
Activation: con Scope: source.js, source.js.jquery
0 1324 posted 14 years ago by divtagged
0 1602 posted 15 years ago by viatropos
1 1377 posted 15 years ago by tennison
Use to debug javascript in all browsers.
0 1419 posted 15 years ago by Meander365
8 1733 posted 17 years ago by mdi
« Prev 1 Next »